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.
我在 Window Phone 中使用数据列表控件来显示 XML 文件中的所有 50 条记录。
但是,只有少数几个显示在页面上,而我看不到其余的...
如何在同一页面中查看所有记录?我在模拟器上看不到任何垂直条或向下滚动?
谢谢
您应该使用 ScrollViewer 以便您可以上下滚动 :)
我只是碰巧将鼠标光标放在页面中间并上下移动并能够看到所有记录。
顺便说一句,我确实通过添加 ScrollViewer 进行了测试,但它对我不起作用。