B4J Question Adjust the pan size

strupp01

Active Member
Licensed User
Longtime User
I created a Pane in 'Startseite' in the Internal Designer and loaded it when I started it.

B4X:
  MainForm = Form1
   MainForm.RootPane.LoadLayout("Startseite") 'Load the layout file.
   MainForm.Show

How can I adjust the size of the panes in the program on e.g. Complete width and complete height - 50 ?
 
Top