DynamicRowHeightVirtualizer

Primitive #83

🔍 Problem it solves

In virtual scroll, rows have different heights (e.g., chat messages), making position calculation difficult.

✅ Solution

DynamicRowHeightVirtualizer stores measured heights and uses binary search to locate the correct starting index.

🧩 Used by components

Chat list, Comment threads, Any variable‑height virtual list.

🎮 Interactive demo