垂直滚动网格内容
我正在开发一个 Windows Phone 应用程序。
我有一个电话页面,其中有一个大文本块,并且堆栈面板上有一张图片。由于文本块太大,图片不可见。我在 stackpanel 上设置了 VerticalScrollBarVisibility="Visible" 但看不到图片。
如何使用滚动条查看文本块下方的内容?
I'm developing a Windows Phone application.
I have a phone page with a big textblock and a picture inside on a stackpanel. Because the textblock is big the picture isn't visible. I set VerticalScrollBarVisibility="Visible" on stackpanel but I can't see the picture.
How can I use a scrollbar to see the content bellow the textblock?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将您的内容包装在
ScrollViewer
中:Wrap your content in a
ScrollViewer
: