从 TabControl 中删除装订线?

发布于 2024-09-07 11:10:19 字数 112 浏览 2 评论 0原文

我正在编写一个用户绘制的 TabControl。该类继承自 TabControl 基类,由于某种原因我无法摆脱这个丑陋的排水沟。我希望 TabPage 跨越控件的整个宽度。我需要绘制自己的 TabPage 吗?

Im writing a user drawn TabControl. The class inherits from the base TabControl class and for some reason I can't get rid of this ugly gutter. I want the TabPage to span the entire width of the control. Do I need to draw my own TabPage?

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

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

发布评论

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

评论(1

西瑶 2024-09-14 11:10:22

我不太确定您正在谈论的 TabControl 的哪个方面,但我认为它是 Padding 属性或 Margin 属性,因为没有“gutter”属性。将这些字段之一中的值设置为零很可能会完成您想要做的事情。

I'm not exactly sure what aspect of the TabControl you're talking about, but I assume that it's either the Padding attribute or the Margin attribute since there is no "gutter" attribute. Setting the values in one of those fields to zero will most likely accomplish what it is you're trying to do.

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