iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Good day,
I've a question. Is it possible to create an UXNavigationWindow without creating the UXPage?
What I want to achieve is to create only the UXNavigationWindow, for a simple WPF application.
The WPF application will be a simple wizard. No more, no less. Like what Avalon Wizard offers.
Thanks in advance!
Regards,
Dave
Apologize for the delay in sending this.
UXNavigationWindow offers modularity concept by creating each steps of the wizard in a single UXPage. Developer can easily find a step; modify a specific step without having to worry that the changes will affect the other steps.
In order to create simple wizard in a single UXPage, you may try to create each step in a StackPanel. Step 1 in StackPanel1, Step 2 in StackPanel2, and so on. On initial loaded, set the Visibility property ot StackPanel1 to Visible and other StackPanel(s) to Collapsed. And when user presses Next button, set the corresponding StackPanel to Visible and other StackPanel(s) to Collapsed.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname