使用水平滚动条滚动面板

发布于 2024-09-13 08:59:19 字数 92 浏览 11 评论 0原文

如何将水平滚动条应用于面板?

我正在开发二维平铺地图编辑器,并使用面板来保存内容。当我的地图比面板大时,它就会消失并变得不可见,是否可以应用自定义滚动条?

How can I apply a horizontal scroll bar to a Panel?

I'm working on 2d tiled map editor and I'm using a Panel to hold the contents. When my map is bigger than my panel it just goes off and becomes invisible, would it be possible to apply custom scroll bars?

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

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

发布评论

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

评论(2

憧憬巴黎街头的黎明 2024-09-20 08:59:19

面板 源自 ScrollableControl 。所以有一个属性 AutoScroll< /代码>。只需将其设置为true,其余的就会自动完成。

The Panel is derived from ScrollableControl. So there is a property AutoScroll. Just set it to true and the rest will be done automagically.

无敌元气妹 2024-09-20 08:59:19

虽然这不再适用,因为问题已针对 winforms 进行了澄清,但在 Web 表单中,您可以设置 ScrollBars 属性到 滚动条.水平。

While this no longer applies as the question has been clarified to target winforms, in Web Forms you can set the ScrollBars property to ScrollBars.Horizontal.

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