-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
- 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed