如何在功能区窗口中显示状态栏 wpf C#
我想在我自己的应用程序中使用像 MS Office 2007(及更高版本)那样的功能区栏。有人可以向我提供有关如何执行此操作的链接或参考吗?
编辑: 实际上我正在使用 Microsoft 的 Ribbon Control Library,但找不到像 MS Word 那样添加状态栏的方法。
I would like to use the ribbon bar like MS Office 2007 (and greater) in my own applications. Could anyone please provide me with links or references about how I can do this?
EDIT:
Actually I am using Microsoft's Ribbon Control Library but could not found way to add status bar like MS Word.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许可以尝试这个库?
编辑:实际上,显然微软已经发布了他们的拥有。
Maybe give this library a shot?
EDIT: Actually, apparently Microsoft have released their own.
我已经找到了显示
StatusBar
的好方法,我希望它能帮助其他人.. ..
干杯..
I have found the way to display
StatusBar
in a good way,I hope it helps some else.. ..
Cheers..
Microsoft 已正式将其功能区控件提供给 WPF。它是免费的,而且是货真价实的,远离马口。您可以在此处阅读相关内容,然后下载此处。
Microsoft has made their ribbon control officially available for WPF. Its free, and its the real deal, strait from the horses mouth. You can read about it here, and download it here.