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
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.
I found that this concerns some other controls too (e.g. XamTree). The previous quick fix (changing target from contentPresenter to Root) works for these control too. But I suggest that you search and fix all VerticalThumbTemplates and HorizontalThumbTemplates in Office2010Blue styles.