I am creating a custom theme pack according to the direction in the online help. I used the default theme files shipped. For some reason it will not pick up any changes I make to the GroupByArea style.
Is there a bug or some trick I need to use?
After a lot of trial and error, I have found that the following solution works. I'm not sure why.
When you declare the grid in xaml, you need to set the GroupByArea style property. I set it using the following syntax.
{DynamicResource {x:Type igDP:GroupByArea}}
If you don't put in the (x:Type) it will not work.