H HansDieter Member Licensed User Longtime User Jul 15, 2022 #1 Hallo, a form has in the "Main Properties" a "Handle Resize Event". This is fine to auto resize the form. But is there a event, so after the form is resized, some parameter can be adjusted automatically. Hans
Hallo, a form has in the "Main Properties" a "Handle Resize Event". This is fine to auto resize the form. But is there a event, so after the form is resized, some parameter can be adjusted automatically. Hans
klaus Expert Licensed User Longtime User Jul 15, 2022 #2 You can use: B4X: Sub MainForm_Resize (Width As Double, Height As Double) 'your code' End Sub Upvote 1
Erel B4X founder Staff member Licensed User Longtime User Jul 17, 2022 #3 Or B4XPage_Resize (Width As Int, Height As Int) with B4XPages. Upvote 0