WICG / virtual-scroller

Other
2k stars 83 forks source link

explicitly rule out multi-column layouts #192

Closed fergald closed 5 years ago

fergald commented 5 years ago

We cannot tell what item should be at the top of col(N+1) without measuring all items in col(1...N).

Fixes #191