Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dynamic heights #2

Open
nishanbajracharya opened this issue Jun 13, 2018 · 1 comment
Open

Add support for dynamic heights #2

nishanbajracharya opened this issue Jun 13, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nishanbajracharya
Copy link
Owner

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.
@nishanbajracharya nishanbajracharya added enhancement New feature or request help wanted Extra attention is needed labels Jun 13, 2018
@aviskarkc10
Copy link

@nishanbajracharya The best bet I found is ResizeObserver but the browser support isn't good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants