The InfiniteDataSource<(Of <(<'T>)>)> type exposes the following members.
Properties
|
| Name | Description |
|---|
 | HeadSize |
Gets an integer that represents the count of invisible items
added at the beginning of the logical items' list to allow
centering of the first logical item.
|
 | IsWheelModeEnabled |
Gets or sets a boolean value determining whether the 'wheel'
mode is enabled.
|
 | LogicalCount |
Gets the logical count of the data source.
|
 | LogicalItems |
Gets a collection of items that are virtualized.
|
 | TailSize |
Gets an integer that represents the count of invisible items
added at the end of the logical items' list to allow centering of the
first logical item.
|
 | VisibleItemCount |
Gets or sets the count of item currently
visible on the screen.
|
See Also