M micro Well-Known Member Licensed User Longtime User Jan 23, 2021 #1 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 Thanks
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 Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2021 #2 This is what I get with padding: 0px Upvote 0
MegatenFreak Active Member Licensed User Jan 24, 2021 #3 micro said: 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 Click to expand... 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
micro said: 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 Click to expand... 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??
M micro Well-Known Member Licensed User Longtime User Jan 24, 2021 #4 Erel said: This is what I get with padding: 0px View attachment 106815 Click to expand... in fact it is strange, but to me it behaves differently . Why? Upvote 0
Erel said: This is what I get with padding: 0px View attachment 106815 Click to expand... in fact it is strange, but to me it behaves differently . Why?
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2021 #5 Create a small project and upload it. Upvote 0