Change the order of Tabs in a merged ribbon?

Hi,

I have the following scenario: In a child window I have 3 RibbonPanelMergeContainer. They are merged into the main Ribbon when the Child window is shown. Is there any way to change the order how these 3 tabs are merged? I cannot see any algoruthm in which order they are merged?

Thanks,
Michael

1 Reply

RB Rajasekar B Syncfusion Team March 25, 2010 11:41 AM UTC

Hi Michael,

Thanks for your interest in syncfusion product.

It is possible to change the position of the tab items. You can use Position property of the ToolStripTabItem to change the order.

toolStripTabItem.Position = 0;

Please let me know if you have any question.

Thanks,
Rajasekar



RibbonMerging_bbae301e.zip

Loader.
Up arrow icon