Replies: 1 comment 4 replies
-
Try |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing a DataGrid in my app. I'd like to change the background and foreground color of my rows when the specific row enters the pointerover state.
At the moment I already have successfully changed the pointerover background color doing this:
By the way, I can't find any way to change the text foreground color.
I'm actually looking at this xaml https://github.com/AvaloniaUI/DataGrid/blob/master/src/Avalonia.DataGrid.Themes.Default/DefaultTheme.xaml and this xaml https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml for reference.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions