ListElement

This element will display a list of items.

Properties

Name
Type
Description

Data

object[]

An array of objects coming from a source

RowsVisible

int

Number of items visible at the same time

RowIncrementPerChange

int

Number of rows shifted per change. If same as RowsVisible, then whole page is chjanged.

ChangeInterval

TimeSpan

Interval of when a change is done

DataChangedMode

Enum

Whenever data is set, this value defines what happens:

KeepPosition will keep the current scroll position StartFromBeginning will revert to the start

DataContentChangedMode

Enum

Whenever data is set and the content is different than before, this value defines what happens:

KeepPosition will keep the current scroll position StartFromBeginning will revert to the start

DataChangedDelayMode

Enum

Defines when a data change occurs when new data is set: Now changes the data source instantly AfterCurrentPage changes after the current page AfterLastPage waits until the end before changing

Last updated