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

我们两清 提交于 2020-01-07 03:06:20

问题


I want to use Office navigation bar like backstage view control. For example, I get information like customers name, birthday, and files but I can separate with backstage view can I do same with office navigation bar?

I found this link:

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

but it did not help me solve my problem.


回答1:


Yes, you can implement such sort of functionality, but I am not sure that it will be exactly same as the WPF controls - 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.

Hope this give you an idea that how to implement the desired navigation as you want.



来源:https://stackoverflow.com/questions/33783006/how-can-i-use-office-navigation-bar-like-backstageview-in-winforms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!