Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The source code and 2 examples are on <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4&amp;displaylang=en" rel="nofollow">this page</a> just download and install 'Microsoft Ribbon for WPF Source and Samples.msi'. Example just looks like one project but actually contains 2 of them to choose which one you want to run go to App.xaml and uncomment line</p> <pre><code>&lt;Application x:Class="RibbonWindowSample.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="RibbonWindowWord.xaml"&gt; &lt;!--StartupUri="RibbonWindowMvvm.xaml"&gt;--&gt; &lt;Application.Resources&gt; &lt;/Application.Resources&gt; &lt;/Application&gt; </code></pre> <p>First example is showing how to create all controls in xaml and they are located in RibbonWindowWord.xaml second one is showing mvvm for ribbon RibbonWindowMvvm.xaml.</p> <p>There are few differences between codeplex version and preview the most important for me is that they switch style to 2010 version and it requires some time to change all the colors.</p> <p>I found only one <a href="http://windowsclient.net/wpf/wpf35/wpf-35sp1-ribbon-walkthrough.aspx" rel="nofollow">Ribbon Feature Walkthrough</a> this is for codeplex version but they are very similar and only Themes &amp; Skins section is not adequate. If you need any other specific help just let me know (I've created different color Theme for ribbon in my project and I've used all the features e.g. contextual tabs). I've noticed this new version is not integrating with chrome library for WPF on Xp.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload