How to wordWrap the text in a column using ObjectListView

Posted by Tiago on Stack Overflow See other posts from Stack Overflow or by Tiago
Published on 2010-04-16T14:42:34Z Indexed on 2010/04/18 7:13 UTC
Read the original article Hit count: 573

Filed under:
|
|
|

For example I have a big sentence:

"I like to eat pie and have fun around the house all day long!" And I want it to appear like this:

"I like to eat pie and have fun around the house all day long!"

In this post: http://stackoverflow.com/questions/1673963/multi-line-list-items-on-winforms-listview-control Grammarian said that you only need to have WordWrap on but I cannot find that option.

Thanks for the help in advanced

© Stack Overflow or respective owner

Related posts about c#

Related posts about objectlistview