在 C# Windows 窗体中自定义工具条
我需要使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 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: