Profile Picture

How to add a single DockPanel

Posted By JSW W. 14 Years Ago
Author
Message
JSW W.
Posted 14 Years Ago
View Quick Profile
Supreme Being

Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 127, Visits: 1
This is an odd question but when I could not seem to add a single DockPanel.

m_rootDockZone = m_DockManager.RootContainer.RootZone
Dim first_panel_host As NDockingPanelHost = New NDockingPanelHost
m_rootDockZone.AddChild(first_panel_host)
first_panel_host.AddChild(panel)

following the code I will get two segments of docking pane.

Can i add a single panel without separator?




Similar Topics


Reading This Topic