Android Question Scrollable read-only text box

DrAlex

Member
Licensed User
Longtime User
Hello,

My application needs to display an a priori unknown amount of text in fixed space. I would like to have a scrollable read-only box, like Windows Forms textbox (with multiline=true, readonly=true, scrollbars=vertical) How could it be done?

Wishing a happy New Year,

Alex
 
Top