We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
很好的链接 Trainee4Life,就像 这个 一样。
Good link Trainee4Life, just like this one.
根据演练:
As per the walkthrough:
我使用 Ribbon 工作了相当长的时间。没有什么比这些教程更好的了。
http://www .uxpassion.com/2009/08/wpf-ribbon-control-roadmap-and-look-into-the-future/
对于命名空间问题,请在项目中包含对 RibbonControlsLibrary.dll 的引用,并使用以下行指向名称空间。
xmlns:r =“clr命名空间:Microsoft.Windows.Controls.Ribbon;程序集= RibbonControlsLibrary”
I did work with Ribbon for a considerable amount of time. Nothing beats these tutorials.
http://www.uxpassion.com/2009/08/wpf-ribbon-control-roadmap-and-look-into-the-future/
And for the namespace problem, include a reference to RibbonControlsLibrary.dll in your project, and use the following line to point to the namespace.
xmlns:r="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"