S Scantech Well-Known Member Licensed User Longtime User Aug 9, 2012 #1 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?
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?
NJDude Expert Licensed User Longtime User Aug 9, 2012 #2 You could use a List and a ListView, change what you need on the List and repopulate the ListView Upvote 0
S Scantech Well-Known Member Licensed User Longtime User Aug 9, 2012 #3 NJDude said: You could use a List and a ListView, change what you need on the List and repopulate the ListView Click to expand... 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
NJDude said: You could use a List and a ListView, change what you need on the List and repopulate the ListView Click to expand... Thanks. I will try it. Hope it will not cause any delays and display problem while refreshing data 20-40 times per second.
Erel B4X founder Staff member Licensed User Longtime User Aug 10, 2012 #4 Check CustomListView class or CheckList class. Upvote 0