Virtualized GridLayout not Virtualizing? #6870
-
Hi all, I've been following the following story to see how to go about implementing a virtulized grid layout but I do not think it is working as it is rendering all Unless my understanding is incorrect it should only render the items inside the set view or the visible area? I have a codesandbox demo showing the issue. The visible view (400x400) should show and render only Is this correct understanding of how Virtualization should work or have I got it wrong? And also, is there anything in the approach to set this up? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like you just need a set |
Beta Was this translation helpful? Give feedback.
Looks like you just need a set
height
andoverflowY: 'auto'
on the Listbox itself:https://codesandbox.io/p/sandbox/late-glade-zlzlx3