积极答复者
ListView如何可以上下滑动?

问题
答案
-
Hello AresCharles,
请检查你是否吧ListView放置到了StackPanel里就像Bill Chung说的那样,Stackpanel 这个容器是不支持scroll这个操作,如果你想吧ListView放置到另外的一个容器里,你可以用ScrollViewer(不是很推荐,这个方式会diabled UI虚拟化,如果的你item数量多的话,应用程序会卡), 或者直接不用容器,因为ListView本身支持Scroll行为。
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Fred BaoModerator 2015年6月22日 9:09
- 已标记为答案 Jamles HezModerator 2015年6月30日 4:55
全部回复
-
Hello AresCharles,
请检查你是否吧ListView放置到了StackPanel里就像Bill Chung说的那样,Stackpanel 这个容器是不支持scroll这个操作,如果你想吧ListView放置到另外的一个容器里,你可以用ScrollViewer(不是很推荐,这个方式会diabled UI虚拟化,如果的你item数量多的话,应用程序会卡), 或者直接不用容器,因为ListView本身支持Scroll行为。
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Fred BaoModerator 2015年6月22日 9:09
- 已标记为答案 Jamles HezModerator 2015年6月30日 4:55