Hi All
I'm populating a listview with 2 lines. Line 1 is a heading while line 2 is a description. The descriptions are sometimes too long to fit the width of the listview. Now, it looks like the text wraps as I can just see the tops of the wrapped text at bottom of list item. I believe you can change the height of the item BUT is it possible to have different heights for if text wraps and if it does. i.e. size to match text?
If it's not possible, should this be achieved with a scroll view. The list is populated from DBUtils.ExecuteListView.
Thanks