How to Assign ColumnHeaderContainerStyle and ColumnHeaderTemplate to a ListView Style

This is just a quick note on creating a ListView style with the appropriate GridView style and template assignments. Normally, I’ve been creating listviews that look like this: <ListView x:Name=”MyListView”                ItemContainerStyle=”{DynamicResource MyListViewItemContainerStyle}”>     <ListView.View>          <GridView ColumnHeaderContainerStyle=”{DynamicResource MyListViewHeaderStyle}”                          ColumnHeaderTemplate=”{DynamicResource MyGridColumnHeaderTemplate}”>  I did this because I didn’t know exactly how to assign these styles…

Read More

MIX 08 Sessions Now Online

You can now check out all the MIX sessions, online.  I attended the following sessions: Bringing Your Data to Life with Windows Presentation Foundation – Anson Tsao This is a great crash course to data binding in WPF. Building Rich Internet Applications using Microsoft Silverlight Part 1 – Mike Harsh and Joe Stegman Building Rich Internet Application…

Read More

Show Off Winners!

They’ve just posted the Show Off winners from MIX 08, and my Wiimote Visualization squeaked in at number 3. Here is the complete list of winners: Crayon Physics Deluxe by Petri Purho Real Time Physics in Silverlight by Bill Reiss, Andy Beaulieu and Jeff Webber Wii Data Visualization and Multipoint Nonsense by Matthias Shapiro (that’s…

Read More