如何在silverlight 3.0中启用滚动条

发布于 2024-08-10 21:16:21 字数 145 浏览 4 评论 0原文

我已在 silverlight 3.0 的 xaml 页面中将画布宽度设置为 1500,高度设置为 1600。

当我运行测试页时,我看不到滚动条。所以我无法滚动查看其余元素。我还需要为网格设置滚动条。

如何启用滚动条?

请帮忙。

I have set my canvas width to 1500 and height to 1600 in my xaml page in silverlight 3.0.

When I run the testpage I can't see scrollbars. So I am not able to scroll to view rest elements. I also need to set scrollbars for a grid.

How to enable scrollbars?

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

能否归途做我良人 2024-08-17 21:16:21

将您的组件添加为 ScrollViewer 的子组件。

Add your components as children of a ScrollViewer.

醉南桥 2024-08-17 21:16:21

我通过这段代码得到了一个滚动条:

ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" 

I have got a Scrollbar through this code:

ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文