Hi,
I have one ribbonTab in the UltraToolbarsManager. Inside the ribbonTab are four RibbonGroups. How can I right justify the last two ribbonGroups with the first two ribbonGroups left justified?
ribbon1 ribbon2(left justified) ribbon3 ribbon4 (this is right justified)
One way to accomplish this is to set the LayoutDirection of the groups to Horizontal and then set the LayoutAlignment of the groups to Near for left justified and Far for right justified.
For more information about these properties please see the following articles in the Infragistics documentation:
<http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Infragistics2.Win.UltraWinToolbars.v9.1~Infragistics.Win.UltraWinToolbars.RibbonGroup~LayoutAlignment.html>
<http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Infragistics2.Win.UltraWinToolbars.v9.1~Infragistics.Win.UltraWinToolbars.RibbonGroupLayoutAlignment.html>
<http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Infragistics2.Win.UltraWinToolbars.v9.1~Infragistics.Win.UltraWinToolbars.RibbonGroupToolLayoutDirection.html>