Row Virtualization in DataGrid #4025
-
Is there any way to enable UI virtualization on the DataGrid rows? This is able to be done in WPF with DataGrid.EnableRowVirtualization but I am not able to find any options for this in the UWP Toolkit DataGrid. If this is not easily supported, is there plans to enable this? Is there a recommended way to work around it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Looping in @anawishnoff and @RBrid ⬆️ |
Beta Was this translation helpful? Give feedback.
-
We found our issue, it looks like the DataGrid by default supports virtualization, but it wasn't working because we had it inside a ScrollViewer which gave it unlimited space. We weren't sure if the DataGrid supported virtualization, there's not much documentation anywhere that I could find. |
Beta Was this translation helpful? Give feedback.
We found our issue, it looks like the DataGrid by default supports virtualization, but it wasn't working because we had it inside a ScrollViewer which gave it unlimited space. We weren't sure if the DataGrid supported virtualization, there's not much documentation anywhere that I could find.