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
115
UltraDockManager - Anchoring DockAreaPane
posted

Hello!

I tried to find related posts but i did not find any :(.

I have a form using an UltraDockManager set with LayoutStyle = FillContainer, this dock manager has two dock areas one that holds a tree view and a grid docked with a Vertical split, and another one that has a property grid and another panel docked with Horizontal Split. Everything looks good except that when resizing the parent form only the horizontally splitted dock area is expanded, I would like to know if it is possible to anchor a DockAreaPane such that i can make the one containing the tree and grid expand and leave the horizontally splitted one stay the same width?

I am hoping i don't have to do this through the main form's resize event?

Thanks in advance!