Hello,
I have a UltraToolbarsManager/Ribbon-Tab and inside of that Tab I have several groups. I now need to right align a single group like in the picture. Is this somehow possible?
Thanks for your help!
Regards, Michael
What you could do in your case is to use IUIElementCreationFilter interface in order to move the last RibbonGroup to the right side or the ribbon. More information about this interface you will find on the following link:
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Win_Creation_Filter.html
Also I want to highlight that the component is not designed on such way, so you should evaluate this approach and to decide to use it or not.
In the attached zip you will see simple implementation of the suggested approche.
I hope that this will helps you.
Hi,
thanks for your help. I already feared that this would be the only way to do it.
Thanks for your help,
Regards
Michael