You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the new release I tested the grid row background and it works at 50%...
Meaning that is only possible to style rows in alternate manner, even if style is applied to whole table:
Package Version
6.0.0
Environment
Windows 11
Expected Behavior
Able to set the background in every row and not in an odd/even fashion.
Check the following items
Description of the issue
After the new release I tested the grid row background and it works at 50%...
Meaning that is only possible to style rows in alternate manner, even if style is applied to whole table:
Package Version
6.0.0
Environment
Windows 11
Expected Behavior
Able to set the background in every row and not in an odd/even fashion.
Reproduction
Add the following style to a DataGrid:
Code behind reproduce the same problem:
Additional Information
ControlTheme for RowTheme is still not applied, as so we cant do tricks for dynamic set styles like:
Again, I think the DataGrid style should be copied over from Avalonia and restyled to be fully compatible.
The text was updated successfully, but these errors were encountered: