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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:04:53+00:00 2026-06-11T00:04:53+00:00

In a MVVM project I want to apply the style ReadOnlyTextBox to a control

  • 0

In a MVVM project I want to apply the style “ReadOnlyTextBox” to a control only if a property exposed by the viewmodel is set to true.
I thought I could use a trigger but unfortunately I learnt from here

Style Trigger to Apply another Style

and here

How to make Style.Triggers trigger a different named style to be applied

that I cannot change a style property inside a style definition. I’m looking for a simple alternative way, otherwise I will use the trigger for applying all the properties contained inside the style “ReadOnlyTextBox”. I don’t like this approach because it violates the DRY principle so I hope you can suggest something else.

Thanks
Filippo

  • 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-11T00:04:54+00:00Added an answer on June 11, 2026 at 12:04 am

    If your not really forced to use Triggers, a pragmatic way could be using an IValueConverter that takes your ViewModel-Value as Input and returns the desired Style (smoewhat similar to DataTemplateSelectors) and then just do something like

    <UserControl.Resources>
    <prefix:StyleConverter x:Key="styleConverter"/>
    </UserControl.Resources>
    <!-- blabla -->
    <TextBox Style="{Binding SomeCondition, Converter={StaticResource styleConverter}}"/>
    <!-- blabla -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several xaml pages in a WP7 MVVM project. I want to take
I'm using MVVM in my WPF project. Now I want to display a subwindow
I have MVVM Project and I want to share one object( singleton ) from
I'm doing WPF(MVVM) project using mvvm-light libraries, and have such problem: I want to
I am working on a WPF MVVM Project. Now i have a DataGrid in
I'm trying to design the architecture for a new LOB MVVM project utilising Caliburn
I'm working on a WPF project using MVVM and I'm trying to implement a
I have a Silverlight project that uses MVVM with Prism. I followed http://www.telerik.com/help/silverlight/patterns-and-practices-eventtocommand-prism.html I
For some project templates (ASP.NET MVC, WPF MVVM app...), Visual Studio 2008 prompts the
I would like to use an MVVM in a WPF project I'm working on,

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.