gpt4 book ai didi

c# - 如何在 Windows Phone 8.1 RT 应用程序中滚动到 ListView 的底部?

转载 作者:行者123 更新时间:2023-11-30 18:26:22 25 4
gpt4 key购买 nike

  1. 我已尝试使用 ScrollIntoView(),但这不起作用,因为该项目可能在也可能不在视口(viewport)中。

  2. 我尝试了 WinRTXAMLToolkit(VisualTreeHelper 类):

    var scrollViewer = listView.GetFirstDescendantOfType();scrollViewer.ChangeView(null, scrollViewer.ScrollableHeight, null);

它不会每次都滚动到底部,如果不是,它会滚动到略高于(从底部)。

最佳答案

ListView.ScrollIntoView(ListView.Items[ListView.Items.Count - 1] as YourModel, ScrollIntoViewAlignment.Leading);

仅当您没有图像或在 Viewport 中显示后显示的任何其他元素时,这才有效。

关于c# - 如何在 Windows Phone 8.1 RT 应用程序中滚动到 ListView 的底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28603021/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com