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.
Context menus are usually being shown when user uses right mouse button to click on control. Try right clicking on windows desktop and you will see context menu. But sometimes while designing user interactions you want context menu to appear on regular, left-click. Here is how…
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
What tools and software do I need to start building WPF and Silverlight applications – this is one of the most frequently asked questions I have received. So in this short guide I will give you all resources you need to quickly start developing and designing your WPF and Silverlight experiences.
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!
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.