You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The virtualized list view only works for fixed heights when initialized. When the height of the container window is changed the list view does not account for the changed height.
Steps to reproduce
Create a list view component using the virtualized view.
Increase the height of the container window.
Scrolling and the virtualization only works for the initial height.
Possible solution
Add resize helpers to listen for container height changes and reinitialize the view.
The text was updated successfully, but these errors were encountered:
What the issue is
The virtualized list view only works for fixed heights when initialized. When the height of the container window is changed the list view does not account for the changed height.
Steps to reproduce
Possible solution
The text was updated successfully, but these errors were encountered: