admin管理员组文章数量:1122832
I'm creating a new WPF Application project with .NET 9 and would like to use the Ribbon Control that I believed was available in WPF. I haven't created a .NET desktop application for a while and always used WinForms but would like to use WPF for this. Is this possible?
I've tried adding it to the toolbox but it either doesn't show or is disabled when I select Show All. Has support for the Ribbon been removed in newer versions like .NET 9? If I create an older project with 4.8 the ribbon is available.
What are my options outside of a custom library for ribbons in .NET 9?
I'm creating a new WPF Application project with .NET 9 and would like to use the Ribbon Control that I believed was available in WPF. I haven't created a .NET desktop application for a while and always used WinForms but would like to use WPF for this. Is this possible?
I've tried adding it to the toolbox but it either doesn't show or is disabled when I select Show All. Has support for the Ribbon been removed in newer versions like .NET 9? If I create an older project with 4.8 the ribbon is available.
What are my options outside of a custom library for ribbons in .NET 9?
Share Improve this question asked yesterday Yndigo DreamYndigo Dream 113 bronze badges1 Answer
Reset to default 0You can find the Microsoft Ribbon Control .NET 9.0 on github
https://github.com/Dragan-Radovac-75/ribbon-net9.0-windows
All Ribbon components have been styled using framework only.
The Ribbon can also be hosted in a Winforms Application using ElementHost in Winforms.
How to use ElementHost in Winforms
本文标签: Can I use a Ribbon in WPF Application VS 2022 and NET 9Stack Overflow
版权声明:本文标题:Can I use a Ribbon in WPF Application VS 2022 and .NET 9 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736283366a1926943.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论