Trying to get some beginner ARCGIS Pro API skills under my belt. I am trying to customize the ArcGIS Pro UI.
I want to delete the out of the box tabs and add buttons to new tabs.
When doing something like below. I start typing "esri_mapping" But I cannot get intellsense to provide the list of the items I can pro grammatically configure. What am I missing ??
<updateModule>
<tabs>
<deleteTab refID="esri_mapping........"/>
</tabs>
</updateModule>
I get the same thing when trying to <addButton refid = " "/>
This is probably something fundamental. But your help would be much appreciated.
Thank you
Brandon
Hi Brandon,
Please take a look at this thread https://community.esri.com/message/656103-re-different-add-ins-on-same-custom-ribbon-tab - especially the last reply has some helpful links to supporting documentation and samples for you.
- Wolf