In my user interface, I would like to place two controls in the right side (a Treeview and Propertygrid). I want Treeview to grow and fill the right side space when the UI form for is maximized. So when I set Treeview's docking property to right it overrides the Propertygrid as well. What actually I need is it should grow but it should not override propertygrid's space.
Am I missing any techniques?