Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 XAML 构建 Windows 应用商店应用程序。我有一个可滚动的 ListView,它在开始时设置了 SelectedItem。现在,我有两个要求:
我可以通过使用列表的 LayoutUpdated 事件和 list.ScrollIntoView(item) 方法来部分满足第一个要求,但这不允许我手动向下滚动列表,直到取消选择该项目。
对于第二个要求,我没有想法。
好的,了解如何实现:http: //fczaja.blogspot.com/2013/05/xaml-listview-scroll-selecteditem-to.html