ItemsUpdatingScrollMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定更新時專案的捲動行為。
public enum class ItemsUpdatingScrollMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ItemsUpdatingScrollMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ItemsUpdatingScrollMode
Public Enum ItemsUpdatingScrollMode
- 繼承
-
ItemsUpdatingScrollMode
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
KeepItemsInView | 0 | 調整捲動位移,以在專案新增至 ItemsSource時,保留檢視區中的第一個可見專案。 |
KeepLastItemInView | 2 | 調整捲動位移,以在專案新增至 ItemsSource時,保留檢視區中最後一個可見的專案。 |
KeepScrollOffset | 1 | 維護相對於清單開頭的捲動位移,強制檢視區中的專案在專案新增至 ItemsSource時向下移動。 |
備註
如需詳細資訊 ,請參閱 ItemsStackPanel.ItemsUpdatingScrollMode 。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | KeepLastItemInView |