I'm using .NET 2.0 with standard controls. I want to display a simple list with the following formatting:
- Column1 contains a 32x32px icon
- The second column contains 2 text lines:
- 1 Bold formatted text line
- 1 Non bold line
- Rows are separated by a dotted line (3px space, 1px dot, 1px height)
What's the best way to do this ?
.... edit: .....
- We tried this using ListView, but you can't add 2 lines in a column with different formatting ... same with datagridview ...
- ObjectListView would do the trick, but we cannot use this because it has GPL licensing ..