在 C# 中在 Windows 标题栏区域中创建选项卡

发布于 2024-09-15 08:40:50 字数 107 浏览 2 评论 0原文

有人可以告诉我如何在 C# Winforms 应用程序的标题栏区域中创建选项卡吗?我正在寻找类似于 Google Chrome 的外观。 Chrome 中的每个选项卡都停靠在主应用程序窗口的标题栏中。

Can someone tell me how to create tabs in the title bar area of a C# Winforms application? I'm looking for something similar to how Google Chrome looks. Each tab in Chrome is docked in the title bar of the main application window.

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

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

发布评论

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

评论(1

不打扰别人 2024-09-22 08:40:50

尝试将表单的 FormBorderStyle 设置为 None。我想如果你环顾四周,有一些关于如何构建这样的 UI 的文章,在这些文章中你仍然可以拥有隐藏标题栏而失去的拖动功能。然后您可以按照您希望的方式构建标题栏区域。

Try setting FormBorderStyle of your form to None. I think if you look around there are some articles on how to build a UI like this where you can still have the drag functionality you'd lose by hiding the title bar. Then you could build up the title bar area the way you wanted it to work.

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