|
by jesseliberty via Jesse Liberty - Silverlight Geek on 1/30/2009 5:37:53 PM
The Tree View control is ideal for displaying hierarchical data. While there is a great deal you can do with this control, in its simplest form it is fairly straightforward to work with, once you grok the essential recursiveness it demands (well, requests strongly). We'll look at two examples: the TreeView raw, and then using DataBinding with a tiny bit of customization. Here's what we're building: --- Top of Streaming Application --- --- End of Streaming Application --- Eve
... [ read more ]
|
|