Hi,
I would like to introduce a new tab on Dock Pane Attribute, right after Geometry. How should I configure the config.daml to insert this User Control?
Thank you
Follow the steps outlined here:
ProConcepts Editing · Esri/arcgis-pro-sdk Wiki (github.com)
But change the insert attribute for the insertComponent tag to insert="after".
<categories>
<updateCategory refID="esri_editing_AttributeTabs">
<insertComponent ....
<content guid="XXX"... placeWith="esri_editing_AttributeTabGeometry"
insert="after" />
</insertComponent>
</updateCategory>