Ribbon groups horizontal alignment

610
4
06-28-2019 10:57 AM
MaxMax2
Occasional Contributor II

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?

Tags (1)
0 Kudos
4 Replies
GKmieliauskas
Esri Regular Contributor

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>

0 Kudos
MaxMax2
Occasional Contributor II

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.

0 Kudos
GKmieliauskas
Esri Regular Contributor

Hi,

Have you seen that kind arrangement on ArcGIS Pro?

0 Kudos
MaxMax2
Occasional Contributor II

No. But maybe they will add this feature to future releases

0 Kudos