Posted 17 years ago
by George Mills

I'm pretty sure this can be done but does anyone have some sample code for dynamically creating the Wizard Pages rather than all decalritively in XAML.
What I want to do is query and XML file as a "Template" for the Wizard. Basically ask the user a bunch of questions based on content of the XML file.
I'm new at WPF and this is little overwhelming to grasp.
Sample project from actipro would be ideal.
Thanks.
Note: The "Pages" will be limited to several styles, so "Templates" of the Pages could be in XAML. And the C# code would tweak user selections to go to these pages whcih would get also tweaked before being presented each time.
What I want to do is query and XML file as a "Template" for the Wizard. Basically ask the user a bunch of questions based on content of the XML file.
I'm new at WPF and this is little overwhelming to grasp.
Sample project from actipro would be ideal.
Thanks.
Note: The "Pages" will be limited to several styles, so "Templates" of the Pages could be in XAML. And the C# code would tweak user selections to go to these pages whcih would get also tweaked before being presented each time.