Johnrocks 0 Newbie Poster

Hello,
I want a ribbon Control on top of my window using WPF like how a ribbon control in Office 2007 works
I already have designed toolbar as follows
<ContentControl Content="{StaticResource MyToolbar}"/>
This is how I specify my toolbar design.

anyways we can do this by specify ribbon window in WPF
<ContentControl Content="{StaticResource MyRibbonWindow}"/>

Firstly I cannot specify key: for a ribbon window like we can do for a toolbar
<ToolBar x:Key="MyToolbar" Height="120">
I dont see any x:Key for a RibbonWindow.

Also Is there any way I can use my already designed toolbar work like RibbonControl,The reason is my Toolbar is already very well designed and placed it in an another window,changing whole window for adding a ribboncontrol will make me change a lot of code.


Thanks in advance

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.