Select to view content in your preferred language

esri_mapping_selectToolPalette on DockPane

216
2
04-01-2025 03:26 PM
JonathanDewalt
Regular Contributor

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?

 

JonathanDewalt_0-1743546317266.png

 

0 Kudos
2 Replies
Wolf
by Esri Regular Contributor
Esri Regular Contributor

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...

AttribEditing.png


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.  

Wolf_1-1744749399716.png

 

0 Kudos
JonathanDewalt
Regular Contributor

I have not tried to emulate the dropdown selection options.  I wasn't sure where to start.

0 Kudos