tags:

views:

3556

answers:

2

Hi,

Is there any wizard type control in WPF? I need a functionality where I can go forward and back and use tabs to select a particular item which will show the details of the nested items. I can use the TabControl control but the tab items are dynamic so I cannot nest the region inside the tab item.

+10  A: 

WPF has a navigation infrastructure built in:

WPF Navigation Overview

Also check out the wizard sample

Pop Catalin
thanks I will check it out!
azamsharp
A: 

please have a look at http://fpscomponents.com/Product.aspx?id=5 they provide quite nice wizard in WPF