I have a listview and i want to make one column's font smaller than the other column to fit form design. How will i do that?
Asked
Active
Viewed 1,693 times
1
-
Is this winforms or wpf? Add a tag to the question – Richard Banks Sep 12 '11 at 00:59
-
@Richard Banks I think there is no WPF at VS 2005. – VMAtm Sep 12 '11 at 06:51
-
@VMAtm There's extensions you could get for VS2005 to do WPF and WCF work. It's only available via CNet these days (http://cnet.co/pdy9hW) – Richard Banks Sep 12 '11 at 10:14
-
@Richard Banks Still think that the OP meant the classic winforms. – VMAtm Sep 12 '11 at 10:16
1 Answers
0
Doing this in WinForms is going to be difficult to say the least if you try it yourself. I'd recommend looking at something like ObjectListView and see if it meets your needs.
P.S. The ObjectListView info came from an answer to the "Custom ListView in Winforms?" question.

Community
- 1
- 1

Richard Banks
- 12,456
- 3
- 46
- 62