views:

2028

answers:

2

Anyone know where I can get a control like this?

Thanks!

+2  A: 

I've implemented this based on the old blog post here. But if I remember right I had to do some manual work to get things to work right. Specifically with the scroll bars.

But that should give you a good start.

MrSlippers
I've used this solution, it works well.
Dylan
A: 

There is an article on codeproject that might help:

http://www.codeproject.com/KB/WPF/TreeListView.aspx

There are quite a few other useful articles there about the Wpf TreeView.

Patrick Klug