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 8999157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:08:34+00:00 2026-06-16T00:08:34+00:00

Can anyone provide a hint on how I would populate a navigation toolbar similar

  • 0

Can anyone provide a hint on how I would populate a navigation toolbar similar to the StaffLynx Entity toolbar that the Billy Hollis video displays across bottom of the app?

I only want to show a “Client” icon in the toolbar if indeed the application version running has the Client module loaded and available but am unsure how to perform this MVVM style?

Thanks

  • 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-06-16T00:08:35+00:00Added an answer on June 16, 2026 at 12:08 am

    What you want is your toolbar to have a region:

    <controls:MyToolbar Prism:RegionManager.RegionName="ToolbarRegion" />
    

    Then ensure there is a valid RegionAdapter for the type of your toolbar; You can override ConfigureRegionAdapterMappings in your bootstrapper to register additional region adapters:

    protected override RegionAdapterMappings ConfigureRegionAdapterMappings()
    {
        var mappings = base.ConfigureRegionAdapterMappings();
    
        var toolbarAdapter = Container.Resolve<MyToolbarRegionAdapter>();
        mappings.RegisterMapping(typeof (MyToolbar), toolbarAdapter);
    }
    

    Then in your modules, you can register views to display in this region, e.g:

    public class ModuleA : IModule
    {
        private readonly IRegionManager _regionManager;
    
        public ModuleA(IRegionManager regionManager)
        {
            _regionManager = regionManager;
        }
    
        public void Initialize()
        {
            _regionManager.RegisterViewWithRegion("ToolbarRegion", typeof(MyToolbarItem));
        }
    }
    

    Where MyToolbarItem is the view you want to be displayed in the toolbar.

    Prism will then automatically instantiate an instance of MyToolbarItem and add it to the region called ToolbarRegion.

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

Sidebar

Related Questions

Can anyone provide an source that says that unit testing is not always done
Can anyone provide an explanation of how I would go about uploading several photos
Can anyone provide me with a formula so that I can understand the memory
Can anyone provide me with a web link that shows a correct approach of
Can anyone provide an example of a simple HTTP server implemented using Netty, that
Can anyone provide me the query in sql server to extract the tables that
Can anyone provide me an example WinForms application that implements the concept of User
Can anyone provide an example of how to retrieve captions for YouTube video? Based
Can anyone provide some pseudo code for a roulette selection function? How would I
Can anyone provide a clear example of how to remove a supercolumn in Java

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.