I’m trying to change the layout of a databound treeview from this:
To this:
And of course selection must works properly:
Do you have any ideas about how to do that. I’ve been trying to change the template but I can’t find out a way to have this behavior. Maybe a component already exists…
Thanks for your help !



I finally find a way out, but like you say Charlie, it involves creating ListBox:
I blogged about this solution (with source code) on my blog.