| remainingItemsThreshold(value: int, onThresholdReached: ‘msg) |
Sets a value that indicates the number of items that remain in the view before the remainingItemsThresholdReached event is raised. |
| horizontalScrollBarVisibility(value: ScrollBarVisibility) |
Sets a value that indicates whether the horizontal scroll bar is visible. |
| verticalScrollBarVisibility(value: ScrollBarVisibility) |
Sets a value that indicates whether the vertical scroll bar is visible. |
| itemsUpdatingScrollMode(value: ItemsUpdatingScrollMode) |
Sets a value that indicates how the items in the ItemsView are updated when the scroll position changes. i.e. KeepItemsInView, KeepScrollOffset, KeepLastItemInView. |
| emptyView(content: WidgetBuilder<‘msg, ‘contentMarker>) |
Sets a value that indicates the view to display when the ItemsView has no items. |