R
Robert Misiak
Is it possible to have a different font in individual listView columns?
When I do something like:
ListViewItem lsi;
....
lsi.SubItems[0].Font = new Font (lsi.SubItems[0].Font,
lsi.Font.SubItems[0].Style | FontStyle.Bold);
The entire line (all columns) of the list appears in bold. I just want the
first item to be bold.
Thank you,
Robert
When I do something like:
ListViewItem lsi;
....
lsi.SubItems[0].Font = new Font (lsi.SubItems[0].Font,
lsi.Font.SubItems[0].Style | FontStyle.Bold);
The entire line (all columns) of the list appears in bold. I just want the
first item to be bold.
Thank you,
Robert