Ribbon tab group alignment (XML)

Pyro

Too busy to comment
Local time
Today, 21:35
Joined
Apr 2, 2009
Messages
127
Hello,

I am wondering whether anyone knows if there is an alignment attribute for programmatically aligning groups to the right of the tab on a ribbon? All of the default ribbons seem to have their groups aligned to the left, so i am suspecting that the answer will be no, but i thought i would ask anyway.

Thanks.
 
well, you can create an empty group have to push everything to the right.

see

RightGroups.gif
 
well, you can create an empty group have to push everything to the right.

see

RightGroups.gif


or even create a label inside Group 2, before Calculator and set the caption to be blank such as " ". however, you would need to use the getCaption callback to set (i.e. increase or decrease" the length of the empty field based on the length of the the screen's width. a bit complex
 

Users who are viewing this thread

Back
Top Bottom