-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
All, I have created a custom DataGrid
and I have styled this using
<Controls:ResourceDataGrid x:Name="resourceDataGrid"
Style="{StaticResource MetroDataGrid}" /> ...
This works great and I have the default MetroStyle colour of cobalt. Now, i change the accent of my entire application according to the example given in the sample application. All windows and MahApp controls change colour but my custom DataGrid
remains cobalt (but correctly Metro styled).
Is there an easy way I can update my controls accent without having to 'skin' the control?
Thanks for your time.