我想要这个控件在.net中

发布于 2024-10-19 16:12:34 字数 196 浏览 1 评论 0原文

我想构建一个如下图所示的控件。它位于 Microsoft Office 2010 的文件菜单中。我以前见过它,但我不知道它叫什么。

  1. 它叫什么名字
  2. 我在哪里可以找到这样的 .net 控件?

我想要的控件

I want to build a control like the one built into the image below. Its in the file menu for Microsoft Office 2010. I have seen it before but I dont know what it is called.

  1. What is it called
  2. Where could I find such a control for .net?

The control I want

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

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

发布评论

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

评论(3

·深蓝 2024-10-26 16:12:34

如果您不想使用完整的功能区控件,那么只需使用一个列表框并将其设置为看起来漂亮即可。在 WPF 中比 WinForms 容易得多(您没有指定您正在使用哪个)

If you don't want to use a full blown Ribbon control, then just take a listbox and style it to look pretty. Much easier in WPF than WinForms (you didn't specify which you are using)

旧话新听 2024-10-26 16:12:34

最接近您正在寻找的是功能区控件。

但是,我确信您可以使用可以处理 ItemsTemplateItemsControl 创建相同的效果,并设置其样式以使其看起来像您需要的样子,然后将右侧的内容动态更改绑定到 ItemsControl 的所选项目。

The closest to what you're looking for is a Ribbon control.

However, I'm sure you'd be able to create the same effect using an ItemsControl that can handle a ItemsTemplate and style that to look the way you need it to look, then have content on the right hand side dynamically change bound to the selected item of theItemsControl.

淡忘如思 2024-10-26 16:12:34

看起来像一个样式化的垂直 WPF 选项卡控件,其中的按钮替换了一些选项卡标题。您可能可以使用样式和模板功能在 wpf 中创建类似的内容。

Looks like a styled vertical WPF tab control with buttons replacing some of the tab headers. You could probably create something similar in wpf using the style and template features.

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