开发者

Removing the focus frame box from controls

I have a WPF application with various controls in it. When I move between controls using TAB, I can see the focus frame box:

Removing the focus frame box from controls

Is there any way to hide this frame, so it won't be seen? A WPF solution is prefer开发者_JAVA百科able but a WIN32 method would be acceptable as well.


Try this

FocusVisualStyle="{x:Null}"

CheckBox example

<CheckBox FocusVisualStyle="{x:Null}"/>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜