Other setlayout b4x

Uniko Sistemi srl

Active Member
Licensed User
Hello, I usually program in b4a, but I am starting with b4x to have multiplatform.
I would like to know how I have to behave to have the automatic resize according to the device, before I used setlayout for all the views, but now I have seen that it is different.
for example for the b4xfloatingtext there is no setlayout command, what should you use?
what tips for resizing with b4x? Thank you
 

Star-Dust

Expert
Licensed User
Longtime User
B4X:
B4XFloatTextField.mBase.SetLayoutAnimated(DurateAnimation,Left,Top,Width,Height)
 
Upvote 1
Top