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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:25:41+00:00 2026-05-29T06:25:41+00:00

<ControlTemplate x:Key=DefaultErrorTemplate> <DockPanel LastChildFill=True> <DKMS:WarningImage Margin=10,0,0,0 DockPanel.Dock=Right Notification={Binding ElementName=MyAdorner, Path=AdornedElement.(Validation.Errors)[0].ErrorContent} /> <AdornedElementPlaceholder Name=MyAdorner />

  • 0
<ControlTemplate x:Key="DefaultErrorTemplate">
        <DockPanel LastChildFill="True">
            <DKMS:WarningImage Margin="10,0,0,0"
                               DockPanel.Dock="Right"
                               Notification="{Binding ElementName=MyAdorner,
                                                      Path=AdornedElement.(Validation.Errors)[0].ErrorContent}" />
            <AdornedElementPlaceholder Name="MyAdorner" />
        </DockPanel>
</ControlTemplate>

And in text box style:

<Setter Property="Validation.ErrorTemplate" Value="{StaticResource DefaultErrorTemplate}" />

enter image description here

The question is how do I force the layout update that is triggered by mouse over? It is also triggered by a MessageBox.

  • 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-29T06:25:43+00:00Added an answer on May 29, 2026 at 6:25 am

    If this is an ErrorTemplate, then you display it by telling the binding system that the binding is invalid. Typically this is done through the IDataErrorInfo interface. But again, this assumes that you’re using some sort of binding on the TextBox, typically the Text property.

    Here’s a blog post about the topic: http://weblogs.asp.net/marianor/archive/2009/04/17/wpf-validation-with-attributes-and-idataerrorinfo-interface-in-mvvm.aspx

    It sounds, though, like you are using “event based” programming, and so I don’t think you want to use Validation.ErrorTemplate, it sounds like you really want to do some custom adorners. You might want to check out this CodeProject post: http://www.codeproject.com/Articles/54472/Defining-WPF-Adorners-in-XAML on that topic.

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

Sidebar

Related Questions

silverlight 4 <ControlTemplate x:Key=MyTabItemContentTemplate> <StackPanel> <TextBlock Text={Binding Path=name} /> <Popup x:Name=contextMenu IsOpen=False> <Border Background=#A5FBFBFB
I have the following ControlTemplate for a WPF TabItem: <ControlTemplate x:Key=DefaultTabItemTemplate TargetType={x:Type TabItem}> <ControlTemplate.Resources>
I've tried: <UniformGrid DockPanel.Dock=Top Columns=2 Rows=1> <UniformGrid.Resources> <Style TargetType=RadioButton> <Setter Property=Template> <Setter.Value> <ControlTemplate TargetType=RadioButton>
.... <ControlTemplate TargetType={x:Type CheckBox}> <ControlTemplate.Resources> <Storyboard x:Key=OnChecking> <DoubleAnimationUsingKeyFrames BeginTime=00:00:00 Storyboard.TargetName=slider Storyboard.TargetProperty=(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)> <SplineDoubleKeyFrame x:Name=SplineValue KeyTime=00:00:00.3000000
<Style x:Key=abc TargetType={x:Type Window}> <Setter Property=Template> <Setter.Value> <ControlTemplate TargetType={x:Type Window}> <button x:name=btn>my button!!</button> </ControlTemplate>
I have created my own ControlTemplate for Button, like this: <Style x:Key=LightButtonStyle TargetType={x:Type ButtonBase}>
I have the following XAML/Control Template for a ListViewItem: <Window.Resources> <ControlTemplate x:Key=ItemTemplate TargetType=ListViewItem> <Border
I have a ControlTemplate for a control (i.e. Cell in DataGrid) and I want
I have a ControlTemplate that is made up of a ToolBarTray and a ToolBar.
I have a ControlTemplate which is for the Button control, in the ControlTemplate I

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.