如何在winforms中使用backstageview之类的office导航栏?

How can I use office navigation bar like backstageview in winforms?

我想像后台视图控件一样使用Office导航栏。比如我获取了客户姓名、生日、文件等信息,但是我可以和后台视图分开,我可以和office导航栏一样吗?

我找到这个 link:

https://www.devexpress.com/Products/NET/Controls/WinForms/build-outlook-app.xml

但是并没有帮我解决问题。

是的,您可以实现此类功能,但我不确定它是否与 WPF 控件完全相同 - Backstage View. You should check the documentation of Navigation bar's Navigation Frame functionality and Office Navigation Bar

As I discovered that Office Navigation Bar control is its ability to integrate with a NavBarControl. In one of the integration scenarios it may be similar to desired functionality..

An external NavBarControl's groups can be displayed as an Office Navigation Bar's items.

希望这能让您了解如何根据需要实现所需的导航。