B4J Question Start position text in textarea

micro

Well-Known Member
Licensed User
Longtime User
I have a textarea and in Designer in Extra CSS i put this:
B4X:
-fx-alignment: TOP;
-fx-padding: 0px;
but the result is this, why?
I want to use all the space starting from the top

1611414582181.png

Thanks
 

MegatenFreak

Active Member
Licensed User
I have a textarea and in Designer in Extra CSS i put this:
B4X:
-fx-alignment: TOP;
-fx-padding: 0px;
but the result is this, why?
I want to use all the space starting from the top

View attachment 106772
Thanks
Why would you want to add CSS for the alignment? TextAreas in designer are already aligned to the top (at least on my system).
Maybe there is CSS in a stylesheet added to your form that overrides that??
 
Upvote 0
Top