views:

20

answers:

0

I've noticed that the margin or height of the default Separator as it is styled in the menus in WPF seems to be slightly larger than some other applications such as Visual Studio 2010. I know that these Separators can be re-templated by applying a new style with a custom ControlTemplate but like always I'm looking for any possible way to change this without having to manually re-define the composition of the control.

If what I'm asking for isn't possible I will accept an answer if somebody can provide an authoritative and exhaustive explanation. Also I would like to stress that I'm not interested in a lecture about how to redefine the ControlTemplate as I'm treating that as the last resort and I'm already aware of how to accomplish this.