Y yhyzhj Member Sep 23, 2020 #1 I want to export all items of listview.twolines into a file. how to do?
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2020 #2 There is no reason to use ListView. Use xCustomListView instead. Keep a list of the values you added to the CLV and save it with KeyValueStore. Best way to do it is with a custom type that hold the two values. Upvote 0
There is no reason to use ListView. Use xCustomListView instead. Keep a list of the values you added to the CLV and save it with KeyValueStore. Best way to do it is with a custom type that hold the two values.