virtual-scroll: re-render when the viewport or content size changes
Open
area: cdk/scrolling
feature
P3
- Dominant language
- TypeScript
- Stars
- 25k
- Forks
- 6.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 91
Description
Add support for automatically re-rendering the list when the viewport or content size changes such that not enough content is rendered. We should also expose a public method to allow users to trigger this manually
Contributor guide
Research direction
Start by locating the virtual-scroll implementation and its existing rendering behavior. Trace how viewport and content sizes are observed, then review any existing virtual-scroll tests or public API entry points. Done means the list re-renders when either size changes leave insufficient content rendered, and users can trigger the same behavior through a public method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100