Articles in this section
Category / Section

How to prevent the tabbed controls from moving in the tab group of WinForms Docking Manager?

1 min read

Restrict reorder tab

The Docking manger has a property called AllowTabsMoving which has to be set false to prevent the tabbed controls from moving, within the tab group. Please refer the below code snippet which illustrates this:

C#

dockingManager1.AllowTabsMoving = false;

 

VB

DockingManager1.AllowTabsMoving = False

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

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