Private Sub DockingManager1_NewDockStateEndLoad(ByVal sender As Object, ByVal e As System.EventArgs) Handles DockingManager1.NewDockStateEndLoad
' Temporary docking window added within the designer can be removed if not needed
Me.DockingManager1.SetEnableDocking(Me.ListBox2, False)
' Your custom initialization follows
Dim Panel As New System.Windows.Forms.UserControl()
With Me.DockingManager1
.DockControl(Panel, Me, Syncfusion.Windows.Forms.Tools.DockingStyle.Left, Panel.Width)
End With
End Sub
Please let us know if you have any trouble with the implementation.
Prakash
Syncfusion, Inc.