vote up 3 vote down star

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.

flag

45% accept rate

1 Answer

vote up 5 vote down check

WPF has a navigation infrastructure built in:

WPF Navigation Overview

Also check out the wizard sample

link|flag
thanks I will check it out! – azamsharp Nov 13 '08 at 15:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.