Making edittext scrollable

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hi,
How can I make an edittext scrollable, but without changing its contents?
Or are there any other scrollable components?
Thk
 

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Do you want the text to be editable? If not then you can use a Label. Try CustomListView. It has an AddText method that will help you with this.

Hi Erel,
I tried to use a ListView. I fill it with a loop from a text file but the last row of this file isn't always write.. Do you know why?
 
Upvote 0

hillzx

Member
Licensed User
Longtime User
Not sure what you mean. Note that I recommended you to use CustomListView class, not ListView.
I've got error when using customlistview, i am attached a picture to show you the error
 

Attachments

  • customlv.png
    customlv.png
    79.4 KB · Views: 326
Upvote 0
Top