WP 7.5 - 什么可能导致 ListBox 滚动条保持可见?
Windows Phone 7 默认情况下滚动条仅在用户滚动时显示。在我的应用程序中,它们始终存在,并且我验证了 ScrollViewer 可见性属性未在任何地方设置。还有什么可以导致滚动条永久显示吗?
The Windows Phone 7 default is for scroll bars to display only when a user is scrolling. In my app they're staying present constantly, and I verified that ScrollViewer visibility properties are not being set anywhere. Is there anything else that can cause the scroll bars to display permanently?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的模拟器上甚至没有问题..所以尝试这个..获取一个xaml文件并使用此代码..
假设您在列表框中使用滚动查看器,您应该遵循以下代码:
I dont have the problem on my emulator even..so try this ..take a xaml file n use this code..
Suppose u r using the scrollviewer in list box u should follow this code: