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 » Tips and Tricks » Anatomy   (RSS)
Expandos in xaml
This post has a couple of suggestions on ways to accomplish expandos in Xaml. F irst some background … On an HTML page you can define your own new “expando” properties on the fly, such as in this example: < HTML > < BODY onload = ' paragraph1.innerText Read More...

Posted Monday, May 14, 2007 5:36 PM by MikeHillberg | 1 Comments

Parameterized templates; and how to create reusable, custom-looking buttons without code
I’ve talked to a few people recently about parameterized templates, and so I wanted to write some of it down. Here’s the scenario … I want to create an application that has a main window with several buttons on it. Clicking one of the buttons navigates Read More...

Posted Thursday, February 01, 2007 9:26 AM by MikeHillberg | 1 Comments

Filed under: ,

Attachment(s): pt1.jpg

A TreeView, a HierarchicalDataTemplate, and a 2D collection walk into a bar ...
An example of a TreeView and HierarchicalDataTemplate being used to display a collection of collections. Read More...

Posted Wednesday, October 11, 2006 8:15 AM by MikeHillberg | 7 Comments

Filed under: ,

Attachment(s): hdt.jpg

Page view tracker