1

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?

VMAtm
  • 27,943
  • 17
  • 79
  • 125
tiltdown
  • 451
  • 1
  • 11
  • 26

1 Answers1

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