Vertical - variable-height items (100 items)
++ Each item has a different height. The engine measures sizes after the first + render and adjusts scroll calculations automatically. +
+ ++ Each item has a different height. The engine measures sizes after the first + render and adjusts scroll calculations automatically. +
+ ++ All items share the same height of 48 px. Providing a uniform estimated + size lets the engine skip re-measurement, giving the best performance. +
+ ++ Each column has a different width. The engine measures sizes after the + first render and updates scroll calculations automatically. +
+ +
+ Set orientation="horizontal" to scroll along the x-axis.
+
+ The dataRequest event fires when the viewport approaches the
+ end of loaded data. Append new items to trigger another render pass.
+