toby Well-Known Member Licensed User Longtime User Jun 11, 2020 #1 I'm wondering how to turn on the feature so that long text would occupy multiple lines automatically
toby Well-Known Member Licensed User Longtime User Jun 11, 2020 #2 The traditional EditText has this feature. Upvote 0
Jeffrey Cameron Well-Known Member Licensed User Longtime User Jun 11, 2020 #3 Try something like Convert to EditText to access properties: Dim poFTxt As B4XFloatTextField '...... loadlayout, etc. Dim poEdTxt As EditText = poFTxt.TextField poEdTxt.SingleLine = False : Upvote 0
Try something like Convert to EditText to access properties: Dim poFTxt As B4XFloatTextField '...... loadlayout, etc. Dim poEdTxt As EditText = poFTxt.TextField poEdTxt.SingleLine = False :
toby Well-Known Member Licensed User Longtime User Jun 12, 2020 #5 I failed to see the checkbox. Upvote 0