When using the UltraToolbarsManager for the Office 2007 Ribbon, is there any way to add tools to a Group using 2 rows of tools instead of the default of 3 rows?
I am using NetAdvantage for .NET 2008 Vol. 2 CLR 2.0
John
You can set the RibbonGroup's LayoutDirection to Horizontal. This will start with 2 tool rows and increase to 3 if there is not enough room to display all tools.