Skip to content

Add support for dynamic heights #2

@nishanbajracharya

Description

@nishanbajracharya

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions