Articles in this section
Category / Section

How can I change the Tab strip placement of the tabbed DockingWindows?

1 min read

 

The tab strip placement of the tabbed DockingWindows can be changed with the help of the following code :

[XAML]

<!--Bottom Tabbed --> <DockPanel Name="DockingWindow1" Syncfusion:DockingManager.SideInDockedMode="Bottom"/ > <!--Left Tabbed--> <DockPanel Name="DockingWindow2" Syncfusion:DockingManager.SideInDockedMode="Left"/>

[C#]

//Bottom Tabbed DockingManager.DockTabAlignment = Dock.Bottom; //Left Tabbed DockingManager.DockTabAlignment = Dock.Left;

Syncfusion Inc.

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