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?
Hi Max,
You can use UpdateModule definition in config.daml file like this:
<updateModule refID="Updated_Module">
<tabs>
<updateTab refID="updated_tab">
<insertGroup refID="xxx_Group" insert="after" placeWith="yyy_Group" />
</updateTab>
</tabs>
</updateModule>
Hi,
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,
Have you seen that kind arrangement on ArcGIS Pro?
No. But maybe they will add this feature to future releases