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
585
Setting Initial size of floating pane
posted

Hi All,

I am using UltraDockManager with some user controls in it.

When i run the application and try to set one of the user control as floating. It goes to the floating pane state with small size. Since my user control is made as not resizable, it looks very very bad in that small size.How can i set the initial size to a bigger one which suits my user control while making it float.

Thanks in Advance,

Manikandan

Parents
No Data
Reply
  • 44743
    posted

    You would probably want to set the MinimumSize and MaximumSize of the DockableControlPane with the user control to the same size. You can access it from the ControlPanes collection on the UltraDockManager. This will force the floating pane to be a certain size and will prevent resizing at run-time.

Children