Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1597 | Nov 13,2002 05:53 PM UTC | Nov 14,2002 06:00 PM UTC | WinForms | 3 |
![]() |
Tags: Tools |
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. This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.