I'm setting my color scheme to be longhorn (using the 11.1.17.12 build):
When I use an NDataGridView I noticed there are two color problems with it:
1) When I click to edit a cell I can't see what I am typing. The text foreground and the cell background appear both to be white.
2) If I stick a combobox on the cell (such as with the code below) and try to select items from the combo box I can't see the combo box list items unless I highlight it with the mouse. Seems the foreground and background color are both white.
DataGridViewComboBoxColumn
cmb.HeaderText =
cmb.Name =
cmb.MaxDropDownItems = 4;
cmb.Items.Add(
nDataGridView1.Columns.Add(cmb);
3) I also noticed that the mouse cursor I-beam shape over an NTextBox is very hard to see.
We like the longhorn scheme. Do you have any recommendations on how to fix these issues? Can these schemes be updated somehow?