All, I have started using MahApps.Metro but some controls that this library overrides (GroupBox
for example) are, to me, a little too rambunctious.
My question is sinple: if I want to stop MahApps.Metro overriding the style of a certain control, what can I do?
I have attempted to fix this for a DataGrid
by overriding the DataGrid
creating my own public class SomeDataGrid : DataGrid
and this allows me to use this control as WPF default. However, to do this for ALL the controls is non-ideal.
Thanks for your time.