2

I am developing an application in WPF and would like to use to re-template built in controls (Button,ListBox, etc) using the VSM instead of triggers.

Is there a built in way to do this? Anyone have any implementation strategies they'd like to share?

Brian
  • 6,910
  • 8
  • 44
  • 82

1 Answers1

0

There does seem to be some built in support. I am using .NET 4.0 and the Feb 2010 version of the toolkit. I copied a Silverlight template and replaced it with the default button template and it seems to work so far.

Brian
  • 6,910
  • 8
  • 44
  • 82