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.
From stackoverflow
-
WPF has a navigation infrastructure built in:
Also check out the wizard sample
azamsharp : thanks I will check it out! -
please have a look at http://fpscomponents.com/Product.aspx?id=5 they provide quite nice wizard in WPF
0 comments:
Post a Comment