Donovan
January 26th, 2003, 09:43 AM
Hi All,
Is there a way to display two lines/rows of text within a single ListView Item? I have searched the web, newsgroups and MSDN to no avail. To get around this I have kludged together a composite control (using a panel, 2 rows of labels, and a picturebox) that simulates a two-line row of data. However, now that I have resolved *this* issue, I find that my challenge has morphed into building a scrollable container into which this composite control can be embedded. So, before I pour more effort into this approach, I thought I should at least ask if there is a way to do this directly, or indirectly, with a ListView. BTW, I need to do this with the .NET Compact Framework, but any thoughts are appreciated. Thx.
Is there a way to display two lines/rows of text within a single ListView Item? I have searched the web, newsgroups and MSDN to no avail. To get around this I have kludged together a composite control (using a panel, 2 rows of labels, and a picturebox) that simulates a two-line row of data. However, now that I have resolved *this* issue, I find that my challenge has morphed into building a scrollable container into which this composite control can be embedded. So, before I pour more effort into this approach, I thought I should at least ask if there is a way to do this directly, or indirectly, with a ListView. BTW, I need to do this with the .NET Compact Framework, but any thoughts are appreciated. Thx.