在 C# Windows 窗体中自定义工具条

发布于 2024-12-08 23:41:42 字数 161 浏览 0 评论 0原文

我需要使用 C# 实现一个类似于 microsoft word 2007 的工具栏。

实际上我不需要实现功能区控制。我只需要实现一个类似的工具栏,当我们单击功能区的选项卡时就会显示该工具栏。就像将一些常见的按钮/控件分组在一起(一些按钮水平排列,一些垂直排列)

我们该怎么做?

I have a requirement to implement a toolbar similar to microsoft word 2007 using C#.

Actualy I need not implement ribbon control. I just have to implement a similar toolbar that is shown when we click on the tab of the ribbon. Just like grouping some common buttons/controls together (some buttons arranged in horizontal and some in vertical)

How can we do it ?

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

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

发布评论

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

评论(1

深巷少女 2024-12-15 23:41:42

我建议使用 RibbonControl。它可以做你想做的一切。
有许多可用于 Windows 窗体和 WPF 的免费和商业 RibbonControl。

例如:

I suggest to use a RibbonControl. It does everything you want.
There are many free and commercial RibbonControls available for Windows Forms and WPF.

For example:

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