Android Question Hidden scroll bar with EditText

jemajuca

Member
Licensed User
Thank you Erel.
Using xCustomListView but the problem persist.
The scroll bar only appears when the user touch the text to drag it.
I need to show the scroll bar always, or detect when there is more text below, to show i.e. an arrow.
 
Upvote 0

jemajuca

Member
Licensed User
I do it but I only get the new scroll position only if the text window (customlistview) is touched.
I need to know if there is some remain text below prior to touch the text window.
 
Upvote 0

jemajuca

Member
Licensed User
Solved! I could't find it.

I can resize the width an height of the text window (customlistview) but I can't find the manner to set the left and top position by code for this one as I do for other items.
Is there a different manner for positioning it?
 
Upvote 0
Top