hi
I am using dll.14 of win app
how to set count of items in ribbongroup that shown on culomn . for example:
set count = 4 and items in group shown:
item1 item5
item2
item3
item4
set count = 3 and items in group shown:
item1 item4
item2 item5
Hello Fatemeh,
Thank you for contacting Infragistics Support.
Can you please clarify what technology you are using in your application? Is this Windows Forms, WPF or something else?
It will be very helpful if you can send me an isolated sample showing the issue which you currently face.
Waiting for your feedback.
win app
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
UltraToolbarsManager was designed to comply with Office 2007 UI Guidelines. You cannot have more than three items per column. This behavior is by designed and it cannot be changed or override without redesigning the component.
Please note you can use groups to group your tools. This will allow you to organize them better and in the way you need them. Please find attached a sample solution with button tools set in different groups.
Please let me know if you need any further assistance.