Android Question AS TextFieldAdvanced - Title alignment

stanks

Active Member
Licensed User
Longtime User
Hi,

Is it possible to add property Title alignment as property? Now we have gap between title and field, ofc if we have textfield under each other and visually this does not look good
1760369921377.png

Or maybe there is some other way to accomplish that?

Second, long click on button?

Thanks for reading
 
Last edited:

stanks

Active Member
Licensed User
Longtime User
You mean something like this?
AS_TextFieldAdvanced_2.Title.HorizontalAlignment = "RIGHT":
AS_TextFieldAdvanced_2.Title.HorizontalAlignment = "RIGHT"
Here is the gap
1761665252617.png
 
Last edited:
Upvote 0
Top