I am trying to build something like an email client.
In the list of incoming emails (list is tall, narrow),
I want to show the Sender, subject and date but without any horizontal scroll on one row.
For example, Sender in top-left, date in top-right, and subject on the second line.
I see this kind of list in Outlook, and also in iPhone’s mailbox.
I googled a bit to see if anyone else has built this kind of list, but couldn’t find any.
I am using C# 2.0 for Windows, NOT WPF.
Any suggestion is highly appreciated.
Thanks for your time.
-Rakib
I would recommend using Better ListView. There is also freeware variant, Better ListView Express, available.
The Better ListView fixes all of the original .NET ListView bugs and you will never need to resolve its drawbacks. And the best thing is that Better ListView is a complete rewrite in 100% managed code, not a ListView wrapper: