Silverlight4:导航向导

发布于 2024-10-23 18:33:17 字数 442 浏览 0 评论 0原文

我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文