Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Changing the dock position of a window
posted

I have a dockable pane control, docked to the left of hte screen.

I want to be able to click a button and dock it to the right (I do no want the user to be able to dock to where they want)

However the DockedLocation on the pane is read only and every property i have found so far that looks like it might do it is read only.

How can i change the DockAreaPane that a pane is docked too?

Thanks