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)
Hello sch,
This is a limitation because of the Microsoft UX Interaction Guidelines for Ribbons: http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx.
Despite that, I could log a new product idea for you, if you like.
OK, I see where my misunderstanding is. However, there are 2 issues:
1) The LayoutAlignment and LayoutDirection settings only have bearing when the tool size is Normal. If the tool size is Large, these settings make no difference.
2) These setting only work for the tools within a group. What I need are settings for the groups within a tab, not for the tools within a group.
My situation is that I want to have an "Exit" group all the way on the right side of a tab, while all other functions are on the left side of the tab. But there might be plenty of space between the other functions and the "Exit" function. This is so that the user doesn't accidently click on Exit when he means to click on something else nearby.
I hope this clarifies what I'm looking for.
Can this be done?
Hello,
Yes this solution should work in 10.2
Here is the updated links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinToolbars.v12.2~Infragistics.Win.UltraWinToolbars.RibbonGroupLayoutAlignment.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinToolbars.v12.2~Infragistics.Win.UltraWinToolbars.RibbonGroup~LayoutAlignment.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinToolbars.v12.2~Infragistics.Win.UltraWinToolbars.RibbonGroupLayoutAlignment.html
Please let me know if you have any further questions.
Hello! Is anyone home? Does anyone answer here anymore?
Does this solution still work in WinToolbars.v10.2?
I've tried it, but I don't get the desired results.
Also, the posted links don't work anymore.