Open ShadowDancer opened 4 years ago
It is probably related to https://github.com/AvaloniaUI/Avalonia/issues/4376
I think #4376 is about background for alternating rows, while this is about selection. But this background color is wrong too, for sure :)
In version 0.10-preview2 selection color for
DataGrid
row is same as text selection color (so selected text in datagrid is not visible, this can be encountered even in avalonia explorer`. This happens only in SimpleTheme.DataGrid uses
HighlightColor
. ListBox usesThemeAccentColor4
, so ifTextBox
is embedded selected text is visible, forDataGrid
it is not.