WPF ribbon control roadmap and look into the future

It is not a secret that Microsoft is developing its own WPF ribbon control. By default it will support Office 2007 (Fluent) user interface style and newer, Scenic Ribbon for Windows 7. I’ve blogged about this and now let’s take a look at changes planned for V1 and when can we expect it.

HOW TO: Use and add ribbon to your WPF applications? (Part 6)

This part explains how to add application menu (Jewl / Orb) into WPF ribbon control. I am explaining how to add list of recent files, menu commands (including SplitButton type and cascading menu structure), separator as well as Exit and Options button in the application menu footer part.

HOW TO: Use and add ribbon to your WPF applications? (Part 5)

Going deeper into adding and organization of controls in ribbon. How to add split button with drop-down menu and combine it with 3 smaller buttons while implementing resize behavior in WPF ribbon? What about group collapsing in WPF ribbon? Everything is covered in this article.

HOW TO: Use and add ribbon to your WPF applications? (Part 4)

In this WPF ribbon tutorial I will show you how easy it is to apply Office 2007 look and feel to your WPF ribbon control. That was the question I’ve received several times via e-mail and in comments, so it is good idea to share that little trick with the rest of the world [...]

HOW TO: Use and add ribbon to your WPF applications? (Part 3)

How about adding icons, labels and tooltips to our free WPF ribbon control? Well, in this, 3rd part of tutorial I will show you how to do just that and how to assign basic commands that will be executed when user clicks on button in ribbon control. Let’s start!

HOW TO: Use and add ribbon to your WPF applications? (Part 2)

Let’s go and continue with our first tutorial on adding the WPF ribbon control in your interface. In this part I will show you how to add tabs, groups and buttons to ribbon control. Also, I will give you feeling on what can you expect in next part of this tutorial.

HOW TO: Use and add ribbon to your WPF applications?

How to add ribbon control to your Windows Presentation Foundation (WPF) application? How to add it trough Expression Blend or Visual Studio 2008? This  is first part of tutorial series and it shows you how to add ribbon and how to use it in your applications.