iOS Question FloatLabeledTextField - change border to line

ThePuiu

Active Member
Licensed User
Longtime User
I can't turn the rectangular border into a single line at the bottom of the field. I set Border Width to 0 and set the Border Style property to LINE but the result is the same: a black border around the edit. If Border Style is set to NONE, no border appears!
 

ThePuiu

Active Member
Licensed User
Longtime User
Main - 44: Unknown member: textfield

B4X:
Dim tf As TextField
tf = userName.TextField
tf.BorderStyle = tf.STYLE_LINE
 
Upvote 0
Top