When you have features selected and open the attributes dock pane the selected features show up in the little drop down expander that allows you to view their history or even right click on them and unselect a single one. Is there a straightforward way to simply clone this component and use it in a custom dock pane without having to reinvent the wheel? Or is it necessary to do a custom implementation using the Expander control?
Solved! Go to Solution.
So I think I have found sample code that will at least put me on track for recreating this selected items treeview. It isn't what I had hoped for with cloning the selected features treeview, but it will do. If anyone else is trying to do something like this, the Inspector Tool community sample should put you on track.
Inspector Tool Community Sample
So I think I have found sample code that will at least put me on track for recreating this selected items treeview. It isn't what I had hoped for with cloning the selected features treeview, but it will do. If anyone else is trying to do something like this, the Inspector Tool community sample should put you on track.
Inspector Tool Community Sample