Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied