I have a form that has multiple controls in UltraDockManager panes. When the users resizes the form, the panes that are docked to the top of the form expand as the form is made taller. What I'd like to happen is for the bottom panel to expand. Is there a property that I can set to make this happen?
This behavior is determined by the order that the panes are added to the form. To change this behavior, make sure that the pane that should grow in size is docked first.