Articles in this section

How to collapse the auto hide button on dock windows in the DockingManager?

In the DockingManager, auto hide button can be collapsed by the AutoHideVisibility property. The following code example demonstrates it.

XAML

<syncfusion:DockingManager x:Name="dockmanager" AutoHideVisibility="False" UseDocumentContainer="True">
            <ContentControl Name="child1" syncfusion:DockingManager.Header="Dock1" ></ContentControl>
            <ContentControl Name="child2" syncfusion:DockingManager.Header="Dock2" ></ContentControl>
            <ContentControl Name="child3" syncfusion:DockingManager.Header="Dock3" ></ContentControl>
</syncfusion:DockingManager>

C#

dockmanager.AutoHideVisibility = false;

By default, the AutoHideVisibility is set to true.

Figure 1: AutoHideVisibility set to true

When the AutoHideVisibility set to false, following is the output.

Figure 2: AutoHideVisibility set to false

 

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