Open paulovila opened 10 months ago
Hello, 'paulovila! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future!
Describe the problem
Setting the height in rows thorough the DataGrid.RowHeight can't go less than 32 because the DataGridCell is specifying a MinValue of 32
Describe the solution
If DataGrid.RowHeight is set then DataGridCell.MinHeight has no saying, therefore it has to be overridden, adjusting to DataGrid.RowHeight, (set to Auto). If DataGrid.RowHeight is not set, a static resource should be defined so that it can be overridden like any other static resource can do
Alternatives
No response
Additional info
No response
Help us help you
Yes, I'd like to be assigned to work on this item.