ListViewPersistenceHelper 类

定义

表示用于保存和检索 ListView 的相对滚动位置的帮助程序类。

public ref class ListViewPersistenceHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ListViewPersistenceHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ListViewPersistenceHelper
Public NotInheritable Class ListViewPersistenceHelper
继承
Object Platform::Object IInspectable ListViewPersistenceHelper
属性

示例

有关完整实现,请参阅 ListView 和 GridView 示例存储库中的还原滚动位置示例。

注解

如果 ItemsStackPanel.ItemsUpdatingScrollMode 属性设置为 KeepItemsInView,ListViewPersistenceHelper 将尝试使用第一个可见项的键还原滚动位置。 如果 ItemsUpdatingScrollModeKeepLastItemInView,它将尝试使用最后一个可见项的键还原滚动位置。

方法

GetRelativeScrollPosition(ListViewBase, ListViewItemToKeyHandler)

检索 ListView 的相对滚动位置。

SetRelativeScrollPositionAsync(ListViewBase, String, ListViewKeyToItemHandler)

开始异步操作以设置 ListView 的相对滚动位置。

适用于

另请参阅

  • <xref:Microsoft.UI.Xaml.Controls.ListView%0a%2b+%5bListView+and+GridView%5d(%2fwindows%2fuwp%2fcontrols-and-patterns%2flistview-and-gridview)>