从 TabControl 中删除装订线?
我正在编写一个用户绘制的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定您正在谈论的 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.