ListViewPersistenceHelper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 继承
- 属性
示例
有关完整实现,请参阅 ListView 和 GridView 示例存储库中的还原滚动位置示例。
注解
如果 ItemsStackPanel.ItemsUpdatingScrollMode 属性设置为 KeepItemsInView,ListViewPersistenceHelper 将尝试使用第一个可见项的键还原滚动位置。 如果 ItemsUpdatingScrollMode 为 KeepLastItemInView,它将尝试使用最后一个可见项的键还原滚动位置。
方法
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)>