Disable the Resize of FloatWindow

18 Feb 20251 minute to read

CanResizeInFloatState is the attached property which can be applied on float state child of DockingManager to disable the manual resize of FloatWindow. If this property is set, the float window is no longer resizable. The usage is shown below.

<syncfusion:DockingManager>

	<Grid x:Name="grid1" syncfusion:DockingManager.State="Float" syncfusion:DockingManager.CanResizeInFloatState="False"/>

</syncfusion:DockingManager>
DockingManager.SetCanResizeInFloatState(grid1, false);