0

I'm looking a very similar control like the VS 2010 toolbox.

A tree view where I can have a header and my subitems. Ando also the facility to move up or down the item (or drag and drop).

Does you have idea where can I get one? I'm interested in a WPF control.

4

1 回答 1

1

I don't think you need a special control. Just apply a HierarchicalDataTemplate to make the layers look like you want them to.

Here's a quick step-by-step on how to do so with a TreeView.

于 2012-12-29T22:30:22.400 回答