Silverlight4:导航向导
我想在 Silverlight 4 中制作一个向导。如何开始?
假设我想要 4 个带有选项以及“下一个”和“上一个”按钮的屏幕。在 4 个屏幕之后,我想根据用户在向导中所做的选择显示“实际”应用程序/主页。在该页面上必须有一个选项可以再次返回到向导的第一页。
WizardPage1.xaml ->下一步-> WizardPage2.xaml ->下一步-> WizardPage3.xaml ->下一步-> WizardPage4.xaml ->完成-> MainPage.xaml ->回到开始-> WizardPage1.xaml ->...
我可以使用导航框架作为解决方案吗?不允许用户直接导航至主页。 或者我是否必须使用带有内容控件的“containerpage”来执行向导步骤?但是如何从容器页面导航到主页呢?
感谢您的建议。
I want to make a wizard in Silverlight 4. How to get started?
Let's say I want 4 screens with choices and with a "next" and "previous" button. After the 4 screens, I want to show the "actual" application/mainpage based on the choices the user made in the wizard. On that page there must be an option to return to the first page of the wizard again.
WizardPage1.xaml -> Next -> WizardPage2.xaml -> Next -> WizardPage3.xaml -> Next -> WizardPage4.xaml -> Finish -> MainPage.xaml -> Back to start -> WizardPage1.xaml ->...
Can I use the navigation framework as solution? Users are not allowed to directly navigate to the mainpage.
Or do I have to use a "containerpage" with a contentcontrol for the wizard steps? But how to navigate away from containerpage to the mainpage?
Thanks for your suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处 http://slwizard.codeplex.com/
Refer here http://slwizard.codeplex.com/