Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C# .Net 中的桌面应用程序中使用 WPF Ribbon 控件。是否可行,仅用于 UI 设计。谢谢。
WPF 功能区控件需要 .NET 4.0 。VS 2008 不支持 .NET 4.0。所以你的问题的答案很简单:不。
是的!.NET 3.5 版和 VS 2008 支持功能区。
看看这个教程。
注意:本教程的第 3 部分已过时。您不再使用 RibbonCommands,它现在像 WPF 中的其他所有内容一样使用 ICommands。
(另外关于如何获取安装程序的部分可能已经过时。但很容易获得。)
到目前为止,WPF 很棒!:)