Hello,
I'm working on a large Add-In that has numerous dock panes. On most of them, I have a button that will activate the Select Features tool. This works but does not blend into Pro as well as I would like it to. What I would really like to do is to be able to add the esri_mapping_selectToolPalette as a button on my dock pane similar to what Esri has on theirs. Example below of my dock pane on the left , Esri on the right. Has any one managed to something similar?
Uma wrote a sample with a tree control that might help you out.
arcgis-pro-sdk-community-samples/Editing/EditorInspectorUI at master · Esri/arcgis-pro-sdk-community...
Did you try to emulate the dropdown selection options as it is shown on the Attribute editing dockpane as shown on the screenshot below? I will try to provide a sample implementation in the upcoming 3.5 release for the community samples.
I have not tried to emulate the dropdown selection options. I wasn't sure where to start.