Modify the text on Listview

Scantech

Well-Known Member
Licensed User
Longtime User
I am looking for multiple list view, 2 line text and capable of refreshing the data. Listview text cannot be modified. Do we have a class for what I am looking for. If not, what will I need to accomplish this? Scroll Panel with Labels?
 

Scantech

Well-Known Member
Licensed User
Longtime User
You could use a List and a ListView, change what you need on the List and repopulate the ListView

Thanks. I will try it. Hope it will not cause any delays and display problem while refreshing data 20-40 times per second.
 
Upvote 0
Top