Here is my Silverlight BooleanToVisibilityConverter. I know this is a very common and simple converter that every Silverlight developer has in their...
Category - Silverlight
A while back I wrote a x:Static markup extension for Silverlight that mimicked WPF’s x:Static functionality. Well, today I had an email from a...
Have you ever needed to create bindings to elements without knowing, or having access to, their DependencyProperty until runtime? Have you ever had...
Building IG Outlook Part 7 – Adding the Contacts Module
This is the seventh video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook. In this...
Building IG Outlook Part 6 – Adding Ribbon Tabs to View Navigation
This is the sixth video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook. In this video we...
XamComboEditor: Adding CheckedMemberPath, ValueMemberPath, and SelectedValue Functionality
My job as a Product Manager for Infragistics NetAdvantage for WPF and Silverlight has many aspects. One of those aspects is knowing the good and the...
Building IG Outlook Part 5–Implementing Navigation and MVVM
This is the fifth video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook. In this...
Those of you that know me are well aware of my enthusiasm for Prism, and today is no different. About 5 minutes ago a new build of the Prism...
What’s New in NetAdvantage for WPF & Silverlight 12.2: Part 1 – XAML Line of Business Controls
Lately, we have been ramping up for the release of our newest volume of 12.2 for NetAdvantage for WPF and Silverlight. Let me tell you, this is a...
Back in July I wrote a blog post that showed how to add a checkbox to the row selector of the XamGrid and data bind to it. The demo was written in...