Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7042309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:09:10+00:00 2026-05-28T02:09:10+00:00

I’m starting a new project in WPF and am now looking into using Prism.

  • 0

I’m starting a new project in WPF and am now looking into using Prism. For now I’m simply trying to set up the navigation of the application using Prism. Unfortunately, my lack of experience with the framework makes it a bit difficult to get started.

To be more precise about my first challenge I have an application with a “navigation/menu” region and a “main” region.

In “navigation/menu” region, I have several checkboxes, in this case we have four of them, which represents a sequential navigation. I.E. we’ve selected View 2 and View 4.

enter image description here

So, when the user click Start, in “main” region must appear each view selected in that order. Check the below image, View 2 is first. Then when the user press next, must show View 4.

enter image description here

I mean on a more structural level..

if I could only get through the first steps..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:09:11+00:00Added an answer on May 28, 2026 at 2:09 am

    Prism support TabControl Region Adapter, navigation can be done using standard requestNavigation method.

    1. You need add all your tab content using Region.Add method to the region in your module’s init phase.

      view:

      <TabControl prism:RegionManger.RegionName="tabRegion" />
      

      C# code:

      IRegionManager manager;
      manager.Regions["tabRegion"].Views.Add(Container.Resolve(typeof(YourViewType)));
      
    2. In your viewModel, you should write you navigation command:

      public void NextView() {
          regionManager.RequestNavigation("tabRegion", new Uri("YourViewType", UriKind.Relative));
      }
      

      bind to your “next” button:

      <Button Command="{Binding NextViewCommand}" />
      
    3. If you want to control whether user can navigate to next page, you can implement INavigationAware interface.

    4. If you don’t want lost data between navigation, you can make your view model has ContainerMangedLifeCycle or implement IsNavigationTarget method to return true.

    Sorry for untested code sample, but you should get the point.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I am currently running into a problem where an element is coming back from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.