|
| Name | Description |
|---|
 | AsyncBalanceMode |
Determines how the asynchronous balance is performed. The
Standard mode implies that each visual container is realized
asynchronously, whereas the FillViewportFirst implies
that the viewport is filled synchronously after which an asynchrounous balance is performed
for the rest of the items.
|
 | DisplayMemberPath |
Gets or sets the name or path of the property that is displayed for each data item.
|
 | IsAsyncBalanceEnabled |
Determines whether asynchronous balance may be used when needed - for example when the control is initially loading its items or upon a BringIntoView(Object) call.
|
 | ItemAddedAnimation | |
 | ItemAddedAnimationInterval |
Gets or sets an instance of the TimeSpan struct
that defines the interval between the separate
animations played for each container when it is
added to the viewport upon initial load.
|
 | ItemAnimationMode |
Gets or sets the item animation mode. The item animation mode
defines how animations for items being added or removed from the source collection
are played. This property also defines whether items will be animating when the ItemsSource
property is bound to a new collection or is reset.
|
 | ItemCount |
Gets the count of the data items in the current
view.
|
 | ItemRemovedAnimation | |
 | ItemRemovedAnimationInterval |
Gets or sets an instance of the TimeSpan struct
that defines the interval between the separate
animations played for each container when it is
removed from the viewport upon collection reset.
|
 | RealizedItems |
Gets an array containing the currently realized data items, i.e. the
data items that a currently bound to a visual item.
|
 | RealizedItemsBufferScale |
Defines the relative size of the UI virtualization buffers to the height of the
viewport. The size of the UI virtualization buffers is defined by multiplicating
the height of the viewport by the value defined on this property. If the minimum value
of the UI virtualization buffers according to this scale falls below 800 pixels,
the value of 800 pixels is used as a value.
|
 | RealizedItemsCount |
Gets the count of the visual items that are currently realized.
|
 | RecycledItemsCount |
Gets the count of the currently recycled visual items.
|
 | ScrollBarStyle |
Gets or sets the scroll bar style.
|
 | ScrollState |
Gets the current scrolling state of the control.
|
 | TopVisibleItem | |
 | ViewportItems |
Returns the currently visible items in the Viewport.
|
 | VirtualizationStrategyDefinition |
Gets or sets a struct that represents a metadata description of a VirtualizationStrategy implementation.
|