Skip to content
rdlabo.devdocs
Angular CDK Scroll Strategiesv22.0.0
@rdlabo/ngx-cdk-scroll-strategies

Angular CDK virtual scroll with variable item heights

Supply known or measured per-item heights instead of a fixed itemSize or autosize estimation. Get exact scroll geometry, programmatic scrolling, and reverse chat layouts.

Variable-height virtual scrolling

  • Variable item heights

    Give every list item its own known or measured pixel height.

  • Exact scroll geometry

    Avoid average-size estimation when calculating ranges and index offsets.

  • Reverse virtual scroll

    Support chat-style reverse layouts and logical index scrolling.