Articles in this section
Category / Section

How to change the tab position of the dock tab group in WinForms Docking Manager?

1 min read

Alignment setting

The DockTabAlignment property in DockingManager stores the DockTabAlignmentStyle enumerator values (i.e., Top, Left, Right, Bottom) and changes the position according to the DockTabAlignmentStyle value.

C#

this.dockingManager1.DockTabAlignment=Syncfusion.Windows.Forms.Tools.DockTabAlignmentStyle.Right;

 

VB

Me.dockingManager1.DockTabAlignment=Syncfusion.Windows.Forms.Tools.DockTabAlignmentStyle.Right

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/tabbed-window#tab-alignments

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied