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
151
XamGrid Office2010Blue theme bug
posted

Hi,

I am using Office2010Blue theme and I encountered following bug.

I can't disable the XamGrid if it contains hierarchical data because the Disabled visual state of the VerticalThumbTemplate defines a non-existent element named "contentPresenter" as Storyboard.TargetName.

-Timo

 

Parents
  • 115
    Verified Answer
    posted

    Hi timov,

    I've already fixed this issue internally and here's the updated xaml file.

    I've changed the Storyboard.TargetName in the VerticalThumbTemplate from "contentPresenter" to "Root". I've also update the Disabled visual state in the HorizontalThumbTemplate with the same storyboard because it was missing.

    Thanks for pointing this out.

Reply Children