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...
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...
Attachment(s): pt1.jpg
An example of a TreeView and HierarchicalDataTemplate being used to display a collection of collections.
Read More...
Attachment(s): hdt.jpg