errortemplate

    2熱度

    2回答

    我有以下樣式在我的控制驗證輸入: <Style x:Key="MyErrorTemplate" TargetType="Control"> <Style.Setters> <Setter Property="Validation.ErrorTemplate"> <Setter.Value> <ControlTemplate x:Name="Con

    27熱度

    3回答

    我有一個帶有驗證規則的TextBox,該驗證規則位於TabControl的選項卡上。當驗證規則失敗時,默認的ErrorTemplate正確顯示(TextBox周圍的紅色邊框)。 但是,如果切換到另一個選項卡,然後返回到帶有TextBox的選項卡,則ErrorTemplate hightlight消失。如果TextBox發生變化,驗證規則仍然被調用並返回false,但錯誤高亮仍然不顯示。 只有當文本

    0熱度

    2回答

    我爲TextBox聲明瞭一個簡單的Validation.ErrorTemplate,如下所示。 <Style TargetType="{x:Type TextBox}" BasedOn="{StaticResource {x:Type TextBox}}"> <Setter Property="Validation.ErrorTemplate"> <Setter.Value>