Is there a wizard control in WPF?

azamsharp picture azamsharp · Nov 13, 2008 · Viewed 42.3k times · Source

Are there any wizard type controls in WPF? I need 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.

Answer

Pop Catalin picture Pop Catalin · Nov 13, 2008

WPF has a navigation infrastructure built in:

WPF Navigation Overview

Also check out the wizard sample