Prosg Active Member Licensed User Longtime User Jan 22, 2016 #1 hello, is it an option when we use a edittextbox multiline to resize the view in the activity to always show all the text ?
hello, is it an option when we use a edittextbox multiline to resize the view in the activity to always show all the text ?
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2016 #2 If you want to show long text then you should use CustomListView.AddTextItem. You can measure the text height with StringUtils and then change the EditText height based on the text. Upvote 0
If you want to show long text then you should use CustomListView.AddTextItem. You can measure the text height with StringUtils and then change the EditText height based on the text.