Remove focus rectangle on a UserControl
If you want to not display the focus rectangle in any case you could set the FocusVisualStyle to null. <MyControl FocusVisualStyle=”{x:Null}” />
If you want to not display the focus rectangle in any case you could set the FocusVisualStyle to null. <MyControl FocusVisualStyle=”{x:Null}” />