Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Fluent theme isn't intended to be compact -- it's sparse to make touch easier. That said, I think you need to write a style selector for the following part of the theme: Avalonia/src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml Lines 84 to 90 in bed48a7 Such as: <Style Selector="DataGridCell">
<Setter Property="MinHeight" Value="20" />
</Style> I don't see any other suspicious margins, paddings, or explicit sizes from a quick look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to ask if it is possible to reduce the space below and above text in a datagrid. For example, in a WPF you can see that the spaces between the rows almost do not exist.
WPF:
On the other hand, in Avalonia it has more space in between
My Datagrid looks like that:
Thanks
Stephan
Beta Was this translation helpful? Give feedback.
All reactions