T Troberg Well-Known Member Licensed User Longtime User Sep 10, 2014 #1 The title says it all. How do I insert an item at a specific position in the ListView?
DonManfred Expert Licensed User Longtime User Sep 10, 2014 #2 Clear Listview and rebuild the list again putting the new item at the right position. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 11, 2014 #3 Another option is to use this class instead: [Class] CustomListView - A flexible list based on ScrollView Upvote 0
Another option is to use this class instead: [Class] CustomListView - A flexible list based on ScrollView
T Troberg Well-Known Member Licensed User Longtime User Sep 11, 2014 #4 Well, since I might have to have more than a few thousand entries, I suspect I'll have to go with the "clear and repopulate" option. Upvote 0
Well, since I might have to have more than a few thousand entries, I suspect I'll have to go with the "clear and repopulate" option.