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
Copy file name to clipboardExpand all lines: docs/reference/controls/datagrid/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Note you must always install the data grid version that matches the _Avalonia UI
48
48
49
49
You must reference the `DataGrid` themes to include the additional styles that the `DataGrid` uses. You can do this by adding a `<StyleInclude>` element to the application (`App.axaml` file).
50
50
51
-
For example:
51
+
For example (In case you use `FluentTheme`):
52
52
53
53
```xml
54
54
<Application.Styles>
@@ -57,6 +57,11 @@ For example:
57
57
</Application.Styles>
58
58
```
59
59
60
+
:::warning
61
+
The DataGrid-styles need to match the overall theme you use, otherwise you will get conflicts and unresolved resources. For third party themes, please lookup their docs and samples.
62
+
:::
63
+
64
+
60
65
## Useful Properties
61
66
62
67
You will probably use these properties most often:
0 commit comments