iOS Question TextField vertical alignment

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi all.
Is it possible to align a text vertically in TextField in B4i? I don't see this option in designer.

Thanks.
 

Alex_197

Well-Known Member
Licensed User
Longtime User
I want a hint on a TextView like in Android EditText.

I tried B4XFloatTextField. It's doesn't work:

1. It's always centered vertically when I start typing.
2. It's doesn't wrap the text like in TextView.

So if the iOS TextView doesn't have a hint property I can live with it.

Thanks.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
For completeness - B4XFloatTextField is based on the native text input controls. In the case of B4i it will be TextView when multiline is set to True. And you can access it with the TextField property. Whenever you want a cross platform text filed + several useful features, use B4XFloatTextField.
 
Upvote 0
Top