Android Question How to set Vertical Alignment to BOTTUM via code?

MikeSimpson

Member
Licensed User
Longtime User
How can I set the Vertical Alignment of a button to BOTTUM via code?
I couldn't find a setting for it (please see screenshot)
 

Attachments

  • screenshot.jpg
    screenshot.jpg
    228.7 KB · Views: 123

sorex

Expert
Licensed User
Longtime User
by code

B4X:
buttons(i).top=100%y-buttons(i).height

edit: no wait, you meant vertical text alignment?
 
Upvote 0
Top