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
I found when a view navigates to second view by setting NavigationParameter.NavigationMode = NavigationMode.Modal, the navigation bar or toolbar on second view disappeared. Please tell me how to show them in Modal View?
To show navigation bar or toolbar in modal view, set the value of EnsureNavigationContext property to true. This property gets or sets a value that indicates whether the presented modal view should always be wrapped in a navigation context.
Example:
protected override void ExecuteAdd(object parameter) { this.NavigationService.Navigate<ItemEditorViewModel>( new NavigationParameter() { NavigationMode = NavigationMode.Modal, EnsureNavigationContext = true, ModalPresentationStyle = ModalPresentationStyle.FormSheet, CommandId = "Add" }); }
Hope this help.
That's cool
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