Class: IndexScroller

ui.IndexScroller

new ui.IndexScroller ()

Element representing a (non-proportional) scrollbar with an index for a list view.

Properties:
Name Type Description
getLabel function

A function for returning the index label for the nth item.

labelSize number

(default: theme.itemHeightMedium) The minimum size of an index label.

orientation string

The scrolling orientation. One of: horizontal|vertical

styleOfBackground template

The background style template.

styleOfItem template

The item style template.

target html.ListView

(default: parent) The scrolling target.

Extends