ItemsUpdatingScrollMode
ItemsUpdatingScrollMode
ItemsUpdatingScrollMode
ItemsUpdatingScrollMode
Enum
Definition
Defines constants that specify the scrolling behavior of items while updating.
public : enum class ItemsUpdatingScrollModepublic enum ItemsUpdatingScrollModePublic Enum ItemsUpdatingScrollMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| KeepItemsInView KeepItemsInView KeepItemsInView KeepItemsInView | Adjusts the scroll offset to keep the first visible item in the viewport when items are added to the ItemsSource. |
| KeepLastItemInView KeepLastItemInView KeepLastItemInView KeepLastItemInView | Adjusts the scroll offset to keep the last visible item in the viewport when items are added to the ItemsSource. |
| KeepScrollOffset KeepScrollOffset KeepScrollOffset KeepScrollOffset | Maintains the scroll offset relative to the beginning of the list, forcing items in the viewport to move down when items are added to the ItemsSource. |
Remarks
See ItemsStackPanel.ItemsUpdatingScrollMode for more info.
KeepLastItemInView is available starting with Windows 10, version 1607.