Skip to content

FluentDataGrid text wrapping #340

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

You must be logged in to vote

Hi, sorry for not getting back earlier (was on vacation).

Unfortunately want you want is not possible. If you use virtualization, all rows have to be the same height. That is the only way the system can precisely position and move to the correct rows.
This is not a shortcoming of the Fluent UI implementation but is a general Blazor restriction when using Virtualize. See https://learn.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-7.0#item-size for more information.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vnbaaij
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