tufanv Expert Licensed User Longtime User Nov 29, 2017 #1 Hello, I have a listview with 200 width. Is it possible to wrap text of each item so that if the text goes above the listview's width it will go to next line to display the listview item instead of adding a scroll to listview. Thank you
Hello, I have a listview with 200 width. Is it possible to wrap text of each item so that if the text goes above the listview's width it will go to next line to display the listview item instead of adding a scroll to listview. Thank you
Erel B4X founder Staff member Licensed User Longtime User Nov 29, 2017 #2 I recommend you to use xCustomListView instead of ListView. It supports items with different heights and it allows you to add text items. Upvote 0
I recommend you to use xCustomListView instead of ListView. It supports items with different heights and it allows you to add text items.