A virtualized, scrollable grid panel that only creates item panels when visible.
Item |
Template used to render an item into a cell panel. |
ItemHeight |
Fixed width of each item. If < 0, layout may stretch to fill width. |
Items |
Replaces the current items. Only triggers a rebuild if the sequence is actually different. |
NeedsRebuild |
When true, forces a layout rebuild on the next Sandbox.UI.VirtualList.Tick. |
OnCreateCell |
Called when a cell is created. Allows you to fill the cell in |
OnLastCell |
Called when the last cell has been viewed. This allows you to view more. |