Windowed list model constructor options

Hierarchy

  • IModelOptions

Properties

count?: number

Total number of widgets in the list.

Notes

If an observable list is provided this will be ignored.

itemsList?: IObservableList<any>

Dynamic list of items

overscanCount?: number

Number of widgets to render in addition to those visible in the viewport.

windowingActive?: boolean

Whether windowing is active or not.

This is true by default.

Generated using TypeDoc