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
I can't figure out how to make the cells in datagrids more compact.
See example image below. I want the padding/margin or whatever property it is taking up the unused space to be smaller. How can I do that?
I've tried setting padding, margin and more to 0 for DataGridCell but never see any difference.
The text was updated successfully, but these errors were encountered:
Found a simple solution for reducing dead space at top and bottom (globally): Application.Current.Resources["DataGridRowMinHeight"] = 24.0;
Still looking for a simple solution for reducing padding at left and right.
I can't figure out how to make the cells in datagrids more compact.
See example image below. I want the padding/margin or whatever property it is taking up the unused space to be smaller. How can I do that?
I've tried setting padding, margin and more to 0 for DataGridCell but never see any difference.
The text was updated successfully, but these errors were encountered: