Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Good to know that, thanks.
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., The second "segment" is the area where the NUIDocuments resides. To make it invisible set the DocumentViewEnabled property of DocumentStyle to False. Regards, Angel.
|
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?
|