I have the main layout with the several panes. In the application I load the into form.RootPane.LoadLayout("..") main layout and then load layouts into the panes on the main layout. Pane1.LoadLayout(".."), ...
Layouts that are loaded to the panes of the main layout are not resized if the form is resized.
Solution: Removed code that managed size programmtically
Layouts that are loaded to the panes of the main layout are not resized if the form is resized.
Solution: Removed code that managed size programmtically
Last edited: