Welcome to MSDN Blogs Sign in | Join | Help

Data See, Data Do

Mike Hillberg's Blog on Wpf and Silverlight

Syndication

News

All postings are provided "As Is" with no warranties, and confers no rights. Opinions and views expressed here are not necessarily those of Microsoft Corporation.


Browse by Tags

All Tags » Data binding » Tips and Tricks   (RSS)
A Custom Storyboard Component in Xaml
In WPF & Silverlight, a Storyboard is a collection of animations running in parallel. Not everyone likes the name “Storyboard” though. The idea behind the name was that that list of timelines running in parallel are like a list of plot lines in the Read More...

Posted Friday, November 20, 2009 3:19 PM by MikeHillberg | 0 Comments

A Comparable DataTrigger
Property triggers today only check for equality. We’d like to add support for other comparison operators, but that hasn’t happened yet. But I needed them for a project, and wrote a workaround for it. It’s a bit hacky in a couple of places, but if you Read More...

Posted Tuesday, September 30, 2008 12:04 AM by MikeHillberg | 6 Comments

Binding to anonymous types in an Xbap or Silverlight application
It's easy to use Linq queries to create objects, and to use {Binding}s to bind properties of those objects into your view. If you're doing this for an application that will run as an Xbap ("WPF Browser Application") or as a Silverlight app, just note Read More...

Posted Monday, May 05, 2008 9:56 AM by MikeHillberg | 3 Comments

Page view tracker