Disable TabGroup Resize Preview

31 May 20211 minute to read

TabGroup preview can be enabled or disabled by using the IsTabPreviewEnabled property. The default value of the TabGroup preview is true. The usage of this property is shown below.

<syncfusion:DockingManager Name="dockingmanager" IsTabPreviewEnabled="False" UseDocumentContainer="True"> 

    <Grid syncfusion:DockingManager.Header="tab1" syncfusion:DockingManager.State="Document"/>            
	
	<Grid syncfusion:DockingManager.Header="tab2" syncfusion:DockingManager.State="Document"/>        
	
</syncfusion:DockingManager>
dockingmanager.IsTabPreviewEnabled = false;

The above code disables the TabGroup preview, which is created by dragging and dropping the tab items.