J
JB
Hi All,
I have a DataGridView in which some columns are combo boxes (i.e.
DataGridViewComboBoxColumn). I populate these Combo Boxes directly by
using code like this:
Dim NewCol As New System.Windows.Forms.DataGridViewComboBoxColumn
NewCol.Items.Add("Item 1")
NewCol.Items.Add("Item 2")
NewCol.Items.Add("Item 3")
I'd like to know if there's a way to show some items in a different
color or bold font.
Thanks
JB
I have a DataGridView in which some columns are combo boxes (i.e.
DataGridViewComboBoxColumn). I populate these Combo Boxes directly by
using code like this:
Dim NewCol As New System.Windows.Forms.DataGridViewComboBoxColumn
NewCol.Items.Add("Item 1")
NewCol.Items.Add("Item 2")
NewCol.Items.Add("Item 3")
I'd like to know if there's a way to show some items in a different
color or bold font.
Thanks
JB