Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] DataGrid's Row cell height should be overridable #4964

Open
paulovila opened this issue Jan 16, 2024 · 1 comment
Open

[Feature] DataGrid's Row cell height should be overridable #4964

paulovila opened this issue Jan 16, 2024 · 1 comment
Labels
DataGrid 🔠 Issues on DataGrid control feature request 📬 A request for new changes to improve functionality

Comments

@paulovila
Copy link

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.

@paulovila paulovila added the feature request 📬 A request for new changes to improve functionality label Jan 16, 2024
@ghost
Copy link

ghost commented Jan 16, 2024

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!

@Arlodotexe Arlodotexe added the DataGrid 🔠 Issues on DataGrid control label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataGrid 🔠 Issues on DataGrid control feature request 📬 A request for new changes to improve functionality
Projects
None yet
Development

No branches or pull requests

2 participants