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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:16:37+00:00 2026-05-11T12:16:37+00:00

Suppose you have a nested element structure, for example a ContextMenu with MenuItems: <ContextMenu

  • 0

Suppose you have a nested element structure, for example a ContextMenu with MenuItems:

<ContextMenu Style='{StaticResource FooMenuStyle}'>     <MenuItem Style='{StaticResource FooMenuItemStyle}'/>     ... </ContextMenu> 

You can easily apply styles or templates to the ContextMenu or MenuItem elements. But if the MenuItem style belongs to the Menu style it is quite cumbersome and redundant to add it to every MenuItem element.

Is there any way to apply those automatically to child elements? So that you can simply write this:

<ContextMenu Style='{StaticResource FooMenuStyle}'>     <MenuItem/>     ... </ContextMenu> 

It would be neat if FooMenuStyle could style containing MenuItem elements, but that does not seem to be possible.

Edit: The Menu example is probably misleading since I was unaware of ItemContainerStyle and the intent was for a general solution. Based on the two answers I have come up with two solutions: one general variant and one for ItemContainerStyle and the like:

<Style x:Key='FooMenuItem' TargetType='{x:Type MenuItem}'>     ... </Style>  <Style x:Key='FooMenu' TargetType='{x:Type ContextMenu}'>     <!-- Variant for specific style attribute -->     <Setter Property='ItemContainerStyle'             Value='{StaticResource FooMenuItem}'/>      <!-- General variant -->     <Style.Resources>         <Style TargetType='{x:Type MenuItem}'                BasedOn='{StaticResource FooMenuItem}'/>     </Style.Resources> </Style>  <ContextMenu Style='{StaticResource FooMenu}'>     <MenuItem/> </ContextMenu> 
  • 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. 2026-05-11T12:16:37+00:00Added an answer on May 11, 2026 at 12:16 pm
    <ContextMenu>    <ContextMenu.Resources>       <Style TargetType='{x:Type MenuItem}'>          <!--Setters-->       </Style>    </ContextMenu.Resources>    <MenuItem/>    <!--Other MenuItems--> </ContextMenu> 

    The style will be applied to all MenuItem objects within the ContextMenu.

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

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer you could use Regexps, like this: str.match(/value$/) which would return… May 11, 2026 at 11:53 pm
  • Editorial Team
    Editorial Team added an answer In one of the vendors folders (/app/vendors, or /vendors if… May 11, 2026 at 11:53 pm
  • Editorial Team
    Editorial Team added an answer That schema design is fine. I've seen it used in… May 11, 2026 at 11:53 pm

Related Questions

Suppose you have a python method that gets a type as parameter; is it
What are the pros and cons of using nested public C++ classes and enumerations?
Suppose you have the tables Presentations and Events . When a presentation is saved
I've never used nested functions, but have seen references to them in several languages

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.