Vertical Dynamic
Vertical scrolling with variable item heights automatically measured using ResizeObserver.
Back
Items:
Size:
Random Scroll
Range: {{ scrollDetails?.range?.start }}-{{ scrollDetails?.range?.end }} | Offset: {{ Math.round(scrollDetails?.scrollOffset?.x || 0) }}, {{ Math.round(scrollDetails?.scrollOffset?.y || 0) }}
#{{ index }}
Dynamic Item {{ index }}
Height: {{ itemSize + (index % 10) * 10 }}px (Auto-detected)