码迷,mamicode.com
首页 > Windows程序 > 详细

WPF控件 在XP下获得焦点有虚线框

时间:2014-10-28 23:33:51      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   sp   div   on   log   代码   

所有 Button、ListBox等控件获得焦点时有虚线框。如图:选中523这个按钮就出线虚框。

  

bubuko.com,布布扣

 

  我在App.xaml中添加适应所有按钮的样式,无效

<Style  TargetType="{x:Type Button}">
    <Setter Property="FocusVisualStyle" Value="{x:Null}"/>
</Style> 

  目前的解决方法只能在没有控件或控件样式 里添加代码:

 <Setter Property="FocusVisualStyle" Value="{x:Null}"/>

  稍微麻烦了点,谁有更好的方法?

  本文来自星星工作室的博客,原文地址:http://www.cnblogs.com/star250/archive/2011/10/13/2209748.html

WPF控件 在XP下获得焦点有虚线框

标签:style   blog   http   ar   sp   div   on   log   代码   

原文地址:http://www.cnblogs.com/qq247039968/p/4058006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!