In this tutorial we take the project from part 1 and add some basic functionality. The next step is to wire up events so that clicking on a tree view item will create a tab for the item clicked. This will require setting up custom event handlers for the tree view control and listening for [...]
Posts Tagged ‘WPF’
-
WPF Delegate Events
Thursday, September 11th, 2008 -
WPF Data Templates
Wednesday, September 10th, 2008This is part one in a series of templates that will take a person through the process of creating a simple WPF application. Part one is going to demonstrate how to use data templates to define the way your data objects are represented in your application. For the purposes of these tutorials, we are using [...]
