Articles in this section
Category / Section

How to change the Splitter size in Docking Manager?

1 min read

In DockingManager, you can change the size of the splitter by using SplitterSize property.

XAML

<syncfusion:DockingManager Name="Docking" UseDocumentContainer="True" SplitterSize="8" syncfusion:SkinStorage.VisualStyle="Metro" >
            <ContentControl Name="Dock1" syncfusion:DockingManager.Header="Dock1" />
            <ContentControl Name="Dock2" syncfusion:DockingManager.Header="Dock2"  />
            <ContentControl Name="Dock3" syncfusion:DockingManager.Header="Dock3"/>
 </syncfusion:DockingManager>

C#

Docking.SplitterSize = 8;

The following screenshot displays splitter before setting the SplitterSize.

Figure 1: Splitter before setting the SplitterSize

The following screenshot displays the splitter after setting the SplitterSize.

Figure 2: Splitter after setting the SplitterSize

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