In the template of this control, is a rectangle which represents the focused style of the element (Name=FocusVisual). Unlike other controls this cannot be disabled through style properties and the template must be overridden, which is unfortunate.
Can you suggest what I can do, not involving overriding the template, in order to remove this focus style? At least, shouldn't the stroke of the rectangle be a binding on the border of the control?
Thank you.