You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I scroll to a specified item when using the ItemsView control?
-------------------------------------------
使用 ItemsView 控件时,如何滚动到指定项?
Steps to reproduce the bug
In ListView, there is a method named ScrollIntoView() that can scroll to the specified item, but in ItemsView, I can't find the corresponding method, I would like to ask the WinUI team has any good solution?
Describe the bug
How do I scroll to a specified item when using the ItemsView control?
-------------------------------------------
使用 ItemsView 控件时,如何滚动到指定项?
Steps to reproduce the bug
In ListView, there is a method named ScrollIntoView() that can scroll to the specified item, but in ItemsView, I can't find the corresponding method, I would like to ask the WinUI team has any good solution?
-------------------------------------------
在 ListView 中有一个名为 ScrollIntoView() 方法,可以滚动到指定项,然而在 ItemsView 中,我却没有找到对应的此类方法,想问一下 WinUI 团队有什么好的解决方案吗?
参考链接(Reference links)
https://learn.microsoft.com/zh-cn/uwp/api/windows.ui.xaml.controls.listviewbase.scrollintoview?view=winrt-26100
Expected behavior
Provide an equivalent method in the ItemsView
-------------------------------------------
在 ItemsView 中提供一个等效的方法
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 11 (22H2): Build 22621
Additional context
None
The text was updated successfully, but these errors were encountered: