1

Anybody figured out how to activate a visual state within the namescope of the ItemsControl from within a DataTemplate applied to said ItemsControl's ItemTemplate?

You obviously can't select the target from within Blend. I was wondering if there was some obvious loop hole that I am missing.

markti
  • 2,783
  • 1
  • 23
  • 30

1 Answers1

0

You may be able to create your own derived DataTemplate that can do special logic, think something named a VisualStateDataTemplate?

Just thought, I haven't tried it.

Jeff Wilcox
  • 6,375
  • 1
  • 24
  • 31