ItemList Properties

ListRect

Rectangle that contains the whole list.

Syntax: public ResultRectangle ListRect { get; set; }

ListSelect

Gets the Select filter for the list.

Syntax: public Select ListSelect { get; }

Scroller

Gets or sets the scroller for the list.

Syntax: public IScroller Scroller { get; set; }

Last updated