1) I dropped a NDataGridView on my NForm. When I set the PaletteInheritance value to None it still picks up the current scheme. I set the scheme, for instance, like this:
NUIManager.Palette.Scheme = ColorScheme.Rosemary;If I set the PaletteInheritance to None on an NButton on the same form it doesn't use the scheme. Is there a way to make this work on an NDataGridView?
Specifically, I was investigating why the NDataGridViews column header text forecolor was not the same color as my NButton forecolor text is. How can I make these be the same?
2) I noticed when using the ColorSheme.Blue and ColorScheme.Longhorn that a disabled NTextBox can not be read at all. None of the other schemes and skins have this issue. Seems the foreground color and the background color are the same with those schemes. Is there a way to use those schemes and make the NTextBox readable?
I'm using the 11.12.14.12 build.