Hi,
I'm using the WinDockmanager. How is it possible to 'Lock' the Views i've added to the Manager. That is to say, no user should be able to change the docking position of any view. Do I have to change all the "AllowDockBottom" etc. Properties of every Controlpane and Dockarea or is there a better way ?
Greetings,
Thomas U.
Thank you,
works very well !
Greetings
You can set those properties once on the DefaultPaneSettings of the UltraDockManager. However, if a control pane has one of its "AllowDock..." properties not set to default, it will need to be changed manually, because changing the value on the DefaultPaneSettings will have no effect on that pane.