I’ve noticed that when you use a ListView in Details View mode and have several lines of content it starts to cut off the text. I have turned wrap label on so if there is multiline content it will show it all.
Is this a user setting problem or a different kind of problem?
I’ve attached an image of the problem for reference.
As you can see, lines 1-3 display fine, but when you start to get into the multiline notes it doesn’t display correctly.
The row height is not changed automatically. You can set it using ListViewItem.RowHeight. In Winforms the ListView in details mode doesn’t wrap, it always truncates.
Please login first to submit.