Is it possible to change alignment of ribbon groups? So is it possible to place a group at the right of ribbon and other groups at the left?
No. But maybe they will add this feature to future releases
Hi,
Have you seen that kind arrangement on ArcGIS Pro?
That's not what I'm talking about. Assume you have 2 groups on your ribbon. You want to place first group on the left of ribbon and second one on the right of ribbon, creating empty space between them.
Hi Max,
You can use UpdateModule definition in config.daml file like this:
<updateModule refID="Updated_Module">
<tabs>
<updateTab refID="updated_tab">
<insertGroup refID="xyz_Group" insert="after" placeWith="yyy_Group" />
</updateTab>
</tabs>
</updateModule>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.