ListView Details View

0
0

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.

Attachment
  • You must to post comments
0
0

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.

  • Luca (ITG)
    Forgot to add that when we’ll have the autosizing for rows for the DataGridView we’ll enable that option also for the ListView.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.