I want a Dockable control pane that is collapsable (pin and unpin)
but it is not dragable because i want to preserve its DockLocation
Is this possible? Then how?
If you set UltraDockManager.DefaultPaneSettings.AllowDockLeft to False, that will prevent all panes from being dragged and docked on the left side of the Form.
Nevermind my first post, i've figured it out :)
Now I have a DockArea that is DockedLeft (leftmost) with one DockableControlPane
I want to prevent any DockableControlPane to dock in that dockarea, and also i want
to prevent any DockableControlPane to dock in the leftmost area, I want to preserve it
as the leftmost.
thanks!