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
1310
Maximizing the dynamically created dockareapane
posted
In my form, there is an ultratoolbarmanager, ultradockmanager with a single dockarepane which is docked left. Also I am creating a dockareapane dynamically in which a number of dockable control panes are added on request. I want this dockareapane to be filled in the rest of the form window. How to dynamically fill the dockareapane with the size of the window?
Parents
No Data
Reply
  • 29045
    Offline posted

    Hello jeni, 

    Please try and set the UltraDockManager.LayoutStyle to FillContainer. The last docked DockAreaPane will fill the remaining space in the Form.

    Let me know if this helps.

Children