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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T09:56:52+00:00 2026-05-21T09:56:52+00:00

In WPF, Prism v4, I have a ToolBar which acts as a region. In

  • 0

In WPF, Prism v4, I have a ToolBar which acts as a region. In this region I inject UserControls which contains buttons and separators for the toolbar.
The problem is that because the buttons now lives in a UserControl, the toolbar styles no longer applies.

I could solve this by defining the styles:

<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}"/>
<Button Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"/>

But I would like to avoid this because I got hundreds of buttons. So my question is if I can define styles for all buttons under the ToolBar from a resource dictionary?

Thank you!

  • 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-21T09:56:53+00:00Added an answer on May 21, 2026 at 9:56 am

    You can use something like:

    <Style TargetType="Separator" BasedOn="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
    <Style TargetType="Button" BasedOn="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" />
    

    If you put that in your ToolBar resources, then it will apply to any buttons inside it.

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

Sidebar

Related Questions

I have a prism/wpf/mef solution that contains an AvalonDock. I created a RegionAdapterBase<Pane> class
This relates to Composite Application Guidance for WPF, or Prism. I have one MainRegion
I am creating an application using WPF which is using Prism framework. I have
I have an application which I am developing using WPF\Prism\MVVM. All is going well
I have a WPF application based on PRISM that utilizes the MVVM pattern. I
I have a Prism v4 / MEF / WPF solution that loads module views
I am new to WPF and Prism, but I already learned that you have
I have a WPF application in PRISM architecture. I have a user-control (view) that
We are starting a WPF project that will use Prism 4. We have a
I have a WPF application that is written using MVVM Prism. It has a

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.