能“流利”吗? UI 功能区控件与新的“Microsoft Ribbon for WPF”共存?

发布于 2024-09-15 21:23:12 字数 256 浏览 2 评论 0原文

我们正在使用 Office Fluent UI 功能区控件库开发/开发一个应用程序。看来新的 RTM 版本的 Microsoft Ribbon for WPF 将成为 Microsoft 库的标准(至少在下个月左右)。

我们能否在开发盒上安全地安装 Microsoft Ribbon for WPF,并开始将 WPF xaml 转换为新的控件结构,同时仍然支持/运行旧版 Fluent 控件的版本?

是否可以在同一个项目中引用它们,以便我们可以一次重新编码一个窗口?

We have an app in progress/development using the Office Fluent UI ribbon control library. It seems that the new RTM release of the Microsoft Ribbon for WPF is going to be the standard for the Microsoft libraries (at least for the next month or so).

Can we install the Microsoft Ribbon for WPF safely on our dev boxes and begin transitioning our WPF xaml to the new control structure while still supporting/running versions of the older Fluent controls?

Can they be referenced in the same project so that we can re-code one window at a time?

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

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

发布评论

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

评论(1

如梦 2024-09-22 21:23:12

它们可以在您的计算机上共存,但它们位于同一名称空间中,因此您不能在同一个项目中引用它们(至少不容易)。

XAML 架构也不同。它已得到很大改进,但如果您一直使用 Fluent UI 版本,则必须对现有 XAML 进行大量修改。

The can co-exist on your machine, but they are in the same namespace, so you cannot reference them both in the same project (at least not easily).

The XAML schema is different as well. It's much improved, but you'll have to do a lot of rework of your existing XAML if you've been using the Fluent UI versions.

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