Articles in this section
Category / Section

How to Maximize Float window in DockingManager?

1 min read

In DockingManager, you can maximize the float windows by using the UseNativeFloatWindow and CanFloatMaximize properties. In the following code example the highlighted codes illustrate on how to maximize the Float window.

XAML

<syncfusion:DockingManager UseDocumentContainer="True"    UseNativeFloatWindow="True">
        <ContentControl Content="Float"
                        syncfusion:DockingManager.State="Float"
                        syncfusion:DockingManager.Header="FloatState"
                        syncfusion:DockingManager.CanFloatMaximize="True">            
         </ContentControl>
</syncfusion:DockingManager>

 

Figure 1: Float Window maximization

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