Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
78
Custom Theme Pack - GroupByArea
posted

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? 

  • 78
    posted

     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.