Silv Member Licensed User Longtime User Jul 24, 2014 #1 I want to change the text of an existing listview item. I know the position but how can I change it? thanks
I want to change the text of an existing listview item. I know the position but how can I change it? thanks
mangojack Expert Licensed User Longtime User Jul 24, 2014 #2 You would have to reload entire list with new values.. You might want to look at CustomListView ... which allows you to edit individual items. Upvote 0
You would have to reload entire list with new values.. You might want to look at CustomListView ... which allows you to edit individual items.