Is it possible to make an item in a ListView multilined? Thanks
Printable View
Is it possible to make an item in a ListView multilined? Thanks
I guess not. I haven't seen one. :)
abazabam:
I'm pretty certain that the answer is no, because the ListView does not have any multiline property.
You can have subitems, but I don't think that would work for you. And also, the presence and number of ListSubItem objects depends on the presence and number of ColumnHeader objects.
You might be able to fake it by creating your own ListView type control by placing labels and textboxes in a frame control and setting the multiline property of the textboxes to True.
Good Luck
Well, is there another ListView-like control that I can use that has multiline items?
Hi
Is this what you are looking for?
http://kandkconsulting.tripod.com/VB...ctl_mllist.zip
Hope it helps...
I guess, but what about something more like a ListView instead of a ListBox? I want it to have column headers. Thanks
Try using MsFlexGrid instead.