posted on
Wednesday, June 25, 2008 10:18 AM |
Filed Under [
Silverlight
]
I've been recently doing some experiments on Silverlight and the new Blend June CTP. I'm amazed by the design support to custom template editing it provides, although I couldn't get it work with my own custom controls.
I though I was mistaking something, perhaps forgetting some attribute or whatever else; after 2-3 days of tests, I finally gave up...
Today I've found this post explaning that
Currently Blend doesn't support copy ControlTemplate that are not define in System.Windows.dll. But you should be able to create an empty template and edit it.
Ok... at least it wasn't a fault of mine..