D Declan Well-Known Member Licensed User Longtime User Apr 30, 2020 #1 If a Form size is set as follows: B4X: MainForm = Form1 MainForm.WindowWidth = fx.PrimaryScreen.MaxX - fx.PrimaryScreen.MinX MainForm.WindowLeft = fx.PrimaryScreen.MinX MainForm.WindowHeight = fx.PrimaryScreen.MaxY - fx.PrimaryScreen.MinY MainForm.WindowTop = fx.PrimaryScreen.MinY MainForm.Show How do I size the Layout to fill the Form
If a Form size is set as follows: B4X: MainForm = Form1 MainForm.WindowWidth = fx.PrimaryScreen.MaxX - fx.PrimaryScreen.MinX MainForm.WindowLeft = fx.PrimaryScreen.MinX MainForm.WindowHeight = fx.PrimaryScreen.MaxY - fx.PrimaryScreen.MinY MainForm.WindowTop = fx.PrimaryScreen.MinY MainForm.Show How do I size the Layout to fill the Form
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2020 #2 You don't need to do anything special. Just use anchors and designer script. Upvote 0