We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to use Tab Groups in Ribbon Control in c#

hi Viewers,


I am very new to this sync fusion controls ,Here i am using Ribbon control but i need to know how to use Tab groups in this Control Please give Guidance




Thnk you in Advance  






1 Reply

ST Saravanan T Syncfusion Team June 2, 2014 05:35 AM UTC

Hi Venkaiah,

Thank you for using Syncfusion Product,

We would like to let you know that your requirement can be achieved by adding TabGroups in ToolstripTabGroup Collection Editor under ribbonControlAdv, then you need to set the TabGroup in toolstripTabitem property.

Code Snippet[C#]:
this.ribbonControlAdv1.TabGroups.Add(toolStripTabGroup3);
Syncfusion.Windows.Forms.Tools.ToolStripTabGroup toolStripTabGroup3 = new Syncfusion.Windows.Forms.Tools.ToolStripTabGroup();
this.ribbonControlAdv1.TabGroups.Add(toolStripTabGroup3);
this.ribbonControlAdv1.TabGroups.SetTabGroup(pageLayoutTabItem, toolStripTabGroup1);

Please let us know if you need any further assistance,

Regards,
T.Saravanan


Attachment: RibbonTabcontrol_915c6af5.zip

Loader.
Live Chat Icon For mobile
Up arrow icon