Microsoft Ribbon in WPF now available

0434.Simple-WPF-Ribbon-Application-UI-built-using-the-Project-Template\[1\]

The WPF team recently released a new Ribbon completely in WPF (no wrapper around native code). So you can play with your XAML to give it the look and contextual menus you want!

Download the Ribbon

See Pete Brown’s article
WPF Team Blog: Introducing the Microsoft Ribbon for WPF

Categories: .NET Tools WPF  Tags: Microsoft Ribbon WPF Pete Brown XAML 

Observable Collection Monitoring Item Changes

I encountered a situation while developing a WPF application that used the ObservableCollection class. Here is the description:

Problem:

A collection of items that contains several items (which themselves implement the INotifyPropertyChanged interface). I need to perform certain calculations: total items to be completed, total completed items, remaining items, etc. But when one of these items changed status and became completed, it was impossible to push the information (push) to a higher level.

[Read More]

PRISM and Telerik RadControls for WPF

For some time now, I have had the chance to experiment with PRISM and I really like what it brings to the table. But I also use some Telerik controls for WPF, and after doing some research, I noticed that Telerik has included in its documentation some elements about PRISM.

Here are some interesting links:

If you have other interesting articles, let me know via the comments or my contact page

[Read More]