wpftreeexpression-blendsketchflow

How to sketch a tree with Expression Blend?


I created a WPF steckflow project under Expression Blend 2013. I would like to sketch a navigation tree to demonstrate how users can select items in a tree. The tree should represent categories at the first level (Cat 1, Cat 2, ...) and items should be under each category node. It should be pretty similar to the navigation tree of the Assets in Blend.

How can I sketch this tree?

Thank you


Solution

  • Right so what you're referring to is called a TreeView that you can find and use by going to your "Assets" tab and choosing "Controls" then selecting the TreeView and dragging it to your design surface. Then of course you'll have to add items and sub-items to it.

    Hope this helps. Cheers