This is a migrated thread and some comments may be shown as answers.

Question about WizardPages in XAML Designer

4 Answers 144 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 11 Jul 2016, 03:31 PM

Hello All,
     Well, color me stupid or something, because I can figure this one out.  I'm using Visual Studio 2013 and I am trying to create a wizard for my WPF application.  I have created a RadWizard with a RadWiardPages collection in it, with multiple WizardPage (six to be exact) objects in the collection.  However, I can ONLY see ONE of the pages in the Designer.  I CANNOT switch between the pages like I can on another window where I have a standard TabControl.  I would like to know how I can design subsequent pages in a wizard when I can only see one page.  On the other window with a TabControl, when I select a different TabItem the designer shows that TabItem's contents.  Is there a way of doing this with the RadWizard control?????  It makes it very difficult to design any Wizard with multiple pages when you can't see the different pages in the designer!!!

 

Thanks in advance,

Kevin Orcutt
Senior Software Engineer

Wurth Electronics ICS, Inc.
7496 Webster St., Dayton, OH 45414
Tel: 937.415.7700 
Toll Free: 877.690.2207
Fax: 937.415.7710
Email: Kevin.Orcutt@we-ics.com
http://www.we-ics.com

 

 

4 Answers, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 11 Jul 2016, 03:55 PM
Hello Kevin,

You can try to change the SelectedPageIndex of the wizard. In this way, you can control which page to be displayed in the designer.

Regards,
Yoan
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Kevin
Top achievements
Rank 1
answered on 15 Jul 2016, 04:11 PM
Thanks, that works, albeit not as functional/intuitive as how the TabControl behaves.  Might I make a suggestion to the development team to add this functionality in the future! 

Thanks again,

Kevin Orcutt
0
Yoan
Telerik team
answered on 19 Jul 2016, 12:51 PM
Hello Kevin,

I have logged a feature request in our Feedback Portal. You can check it here:
Add design-time navigation support between pages in RadWizard

Regards,
Yoan
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
live cooking demonstration
Top achievements
Rank 1
answered on 31 May 2017, 05:06 AM
selectedIndex is an attribute on the telerik:RadWizard element. Instead of switching to the properties window You need only change the integer value of this attribute (in the XAML view) :]
Tags
Wizard
Asked by
Kevin
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Kevin
Top achievements
Rank 1
live cooking demonstration
Top achievements
Rank 1
Share this question
or