Profile Picture

Docking Framework Question -- Lock Panels down

Posted By Jeff McMahon 14 Years Ago
Author
Message
Jeff McMahon
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 5, Visits: 1
I am creating a Winforms app, trying to mimic a combination Visual Studio interface with left / right / bottom panels and a Doc View in the middle and an Outlook style UI where there is a NavigationPane on the left that is locked down (can't move it, nor dock anything to the left of it).

DockManger makes quick work of this, but I can't seem to figure out how to prevent docking child panels to the left of the document view and left of the NavigationPanel.

Also, I want to make sure the left NavigationPane is always the dominant left docking panel (don't want any other panel to dock to bottom and span the entire width of the form.)

I have tried the following:

-add the NavPane to the left DockZone and played with properties like DockManager::StickToMainForm and trying to change the DockAreaMask of the DockManager.RootContainer.DockAreaProviders with no luck.

-tried to put the NavPane right on the form and try to dock a DockManager beside it -- problem is the NMenuBar always seems to dock back to the top of the dockManager and does not span the width of the form.

Any thoughts ?

Thanks
Jeff





Similar Topics


Reading This Topic