remove red rectangle around combobox

前端 未结 3 592
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-24 11:59

i need to remove red rectangle around combobox. I have setup combobox in xaml like (below) this and i`m trying to override of the Validation.ErrorTemplate.

          


        
3条回答
  •  眼角桃花
    2020-12-24 12:59

    Add your Combobox, Validation.ErrorTemplate="{x:Null}" ; this code is ignore errors.

提交回复
热议问题