Hi All,
I have a DataGridView in which some columns are combo boxes (i.e.
DataGridViewCom boBoxColumn). I populate these Combo Boxes directly by
using code like this:
Dim NewCol As New System.Windows. Forms.DataGridV iewComboBoxColu mn
NewCol.Items.Ad d("Item 1")
NewCol.Items.Ad d("Item 2")
NewCol.Items.Ad d("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.
DataGridViewCom boBoxColumn). I populate these Combo Boxes directly by
using code like this:
Dim NewCol As New System.Windows. Forms.DataGridV iewComboBoxColu mn
NewCol.Items.Ad d("Item 1")
NewCol.Items.Ad d("Item 2")
NewCol.Items.Ad d("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
Comment