B4J Question Resolved: Nested layouts are not resized

b4auser1

Well-Known Member
Licensed User
Longtime User
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
 
Last edited:

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Hi!

Each pane must have its anchor properties modified to be resized as needed not only the inner nodes of the secondary layouts
 
Upvote 0
Top