Reputation: 801
I tried RibbonWindow and I think it's a good stuff.
but when I run it in Windows 10, I've found it not quite like windows10's File Explorer Ribbon:
for example:
compare with Windows 10 File Explorer(activing window), looks like they are 2 diffence production, am I using the correct one, or there're another better version?(which I cannot found).
Upvotes: 4
Views: 2138
Reputation: 11
You should use System.Windows.Controls.Ribbon
not RibbonControlsLibrary from nuget
Result as you expect:
Upvotes: 1