CF - TabControl - 如何使选项卡更大?

发布于 2024-09-18 08:36:08 字数 61 浏览 9 评论 0原文

我有一个带有选项卡页的选项卡控件(参见)。

标签太小了...有人可以告诉我如何让它们变大吗?

I have a tab control with tab pages (cf).

The tabs are too small ... can some1 tell me how can i make them bigger?

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

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

发布评论

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

评论(4

混吃等死 2024-09-25 08:36:08

增加 TabControl 的字体大小。这样就可以照顾到身高了。如果它们不够宽,则在其中添加更多文本。或者将 SizeMode 属性设置为“固定”。

Increase the size of the TabControl's Font. That takes care of the height. If they are not wide enough then put more text in them. Or set the SizeMode property to Fixed.

埋葬我深情 2024-09-25 08:36:08

选项卡大小由选项卡控件上的 ItemSize 属性设置。

The tab size is set by the ItemSize property on the tab control.

许你一世情深 2024-09-25 08:36:08

将 SizeMode 属性更改为 FillToRight\FillToLeft 即可解决问题。
然后您可以放大字体,选项卡的高度和宽度都会增加。

Changing SizeMode property to FillToRight\FillToLeft does the trick.
Then you can enlarge the font and both height and width of the tab will grow.

思慕 2024-09-25 08:36:08

在属性窗口中更改 ItemSize 属性。您可以使用此属性更改选项卡的宽度和高度。

Change ItemSize property in properties window. You can change width and height of the tabs using this property.

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