Class
ListView
ListView
Summary
Constructors
Properties
- android
- ios
- iosEstimatedRowHeight
- itemIdGenerator
- itemLoadingEvent
- items
- itemTapEvent
- itemTemplate
- itemTemplates
- itemTemplateSelector
- loadMoreItemsEvent
- rowHeight
- separatorColor
162 properties inherited from View
Click to expand
Methods
125 methods inherited from View
Click to expand
Constructors
constructor
new ListView(): ListView
Properties
android
ios
iosEstimatedRowHeight
iosEstimatedRowHeight: LengthType
itemIdGenerator
itemTemplate
itemTemplate: string | Template
itemTemplateSelector
itemTemplates
itemTemplates: string | KeyedTemplate[]
items
items: any[] | ItemsSource
rowHeight
rowHeight: LengthType
separatorColor
separatorColor: Color
itemLoadingEvent
Static
itemTapEvent
Static
loadMoreItemsEvent
Static
Methods
isItemAtIndexVisible
| Parameter | Default | Description |
index | | number |
Returns boolean
on
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): any
| Parameter | Default | Description |
eventNames | | string |
callback | | (data: EventData) => void |
thisArg | | any |
Returns any
on(event: "itemLoading", callback: (args: ItemEventData) => void, thisArg?: any): any
| Parameter | Default | Description |
event | | "itemLoading" |
callback | | (args: ItemEventData) => void |
thisArg | | any |
Returns any
on(event: "itemTap", callback: (args: ItemEventData) => void, thisArg?: any): any
| Parameter | Default | Description |
event | | "itemTap" |
callback | | (args: ItemEventData) => void |
thisArg | | any |
Returns any
refresh
scrollToIndex
| Parameter | Default | Description |
index | | number |
Returns any
scrollToIndexAnimated
| Parameter | Default | Description |
index | | number |
Returns any
- Previous
- ListPicker
- Next
- ModuleNameResolver