views:

48

answers:

2

I want to make an interface that looks like Outlook. In the center pane, outlook contains a styled list that has multiple lines of formatted text and icons. What control would I use to achieve this effect?

Thanks.

+2  A: 

This one is totally googleable: http://www.google.com/search?q=c%23+outlook+style+listview+control

VVS
A: 

You can check out the IntegralUI ListBox control from Lidor Systems. It has ability to add objects like: text, images, hyperlinks, check boxes and custom controls and arrange them in custom layouts.

For example check their Messenger sample project. Here is a screenshot.

Lokey