How to change the ListView column header's font for each column in vb.net 2005?
I have a listview and i want to make one column's font smaller than the other c开发者_运维技巧olumn to fit form design. How will i do that?
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.
精彩评论