Skip to content

V4.11.3 DataGrid fix cell height doesn't work #3177

Answered by vnbaaij
nvangnoob asked this question in Q&A
Discussion options

You must be logged in to vote

The template columns with the buttons are higher than the default RowSize. Setting a different RowSize is not being picked up right now because that style rule looks at Items not being null where in this case an ItemsProvider is being used.

To get an height being set on the cells now (as in with 4.11.3), you either need to have:

 Virtualize=true
 ItemSize="46"

Or use
Items' instead of 'ItemsProvider

For next version we'll make this work with ItemsProvider and without Virtualize

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nvangnoob
Comment options

Answer selected by nvangnoob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants