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!
Georgi, thank you for your answer, i was able to find what i was doing different with your sample. My mistake was that i had my panels docked as [Left][Left][Right] and checking your sample i saw it should be [Left][Top][Right], i undocked the panel in the middle and docked it again with Top/Vertical and now it works! :D
Thanks!
Here is the sample
Here is the second part of Video file
Hello danielm84,
Looking at the provided information, if you are using the default settings of our UltraDockManager you will acheive desired behavior. I made small sample for your. Please take a look at the attached sample and video file for more details. I`m not sure what is your settings (I don`t have enough information from this thread), but maybe you set some Min and Max size of your Dockarea/Panes, that`s why you experience this behavior. Please take a look at the sample and if you think that I didn`t reproduce your scenario, please feel free to modify this sample to reproduce your issue and revert it back to me. I`ll be glad to research it for you.
Let me know if you have any questions.
Regards