Hi,
I am facing a problem with the current selection item in the attributes pane's tree view. The use case is let us suppose we already have some features or standalone tables selected in the attribute pane. And in my case I have a custom dock pane from where I am adding new row or rows in my standalone table. So, in this case I am selecting that row at the end of my edit operation which will lead to that item to get added in the attribute pane. But the problem is that newly added item of my standalone table is not getting selected in the attribute pane. On contrary its getting resetted. How resetted? If before my operation if I have selected multiple features of same type and manually selected third item from that type. After my operation selected item will not be there but to the first item of that type(even when you are moving from attribute pane to somewhere else it is resetting again).
But in my case I wanted the selected item to change to my newly added item. And how to keep the selected item there only till any other operation(meaning any other new item is added)?
For selection I used below line:
standaloneTable.Select(new QueryFilter { ObjectIDs = new List<long> { newId } }, SelectionCombinationMethod.Add);
I have used all the SelectionCombinationMethods also but still the result is same.
@Wolf @UmaHarano @GKmieliauskas @MichaelHirschheimer @NarelleChedzey