StrataFrame Forum

Wizard page reodering

http://forum.strataframe.net/Topic4712.aspx

By Greg McGuffey - 11/21/2006

If the wizard is complex and/or large, it is likely that the first attempt at making it will be incorrect, often needing either new pages or to move pages around. Currently this required removing and re-adding the pages in the right order or doing it in code. It would be very nice to be able to just reorder the pages in the designer (a move up/move down button set on the PagesCollection form).



Thanks and keep up the good work!
By Trent L. Taylor - 11/21/2006

You can already do this.  Select the wizard control and go to the PageCollection property.  Click the ellipsis to the right of the property.  When the editor comes up, move the pages around however you would like.

By Greg McGuffey - 11/21/2006

Ah, cool. You guys are fast Wink



I must have misunderstood Ben when I asked about this in the WinForms forum. I thought he said I couldn't do this, but he probably just meant in code (easily).
By Trent L. Taylor - 11/21/2006

He probably thought you were referring to runtime in which case it is just a collection...move as you please in code. Smile