ListView multiline items?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible the items in ListView control to be set as multiline, so the text to be displayed in two lines for one item? thanks.
-
Is it possible the items in ListView control to be set as multiline, so the text to be displayed in two lines for one item? thanks.
If \r\n doesnt work, then you'll have to inherit the control and handle the paint events.
-
Is it possible the items in ListView control to be set as multiline, so the text to be displayed in two lines for one item? thanks.
The managed ListView control doesn't support multiline rendering. You'll have to subclass it and render the ListView yourself. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome