[Feature] DataGrid's Row cell height should be overridable #4964
Labels
DataGrid 🔠
Issues on DataGrid control
feature request 📬
A request for new changes to improve functionality
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.
The text was updated successfully, but these errors were encountered: