2
votes
2answers
442 views
Design-time rendering of Silverlight controls in Expression Blend 2
I'm working on some Silverlight controls and I would like to explicitly handle the way they appear in Blend.
Specifically, these controls have dependencies that are initialized at runtime, and thus …
7
votes
What is the best practice for compiling Silverlight and WPF in one project?
Update: goes to show that there is almost always an easier way. :-)
The first step is to use conditional compilation to segregate the Silverlight specific code. (I'm assuming that …
4
votes
Convert WPF Application to SilverLight
Will and Bogdan's answers are correct. The keyword here is "minimal".
Rob Eisenberg has a list of differences …
0
votes
Sprite / Character animation in Silverlight (v2)
I just posted some code using Bill's suggestion regard …
0
votes
Disabling a EventTrigger\Storyboard Dynamically
You can't do what you are asking for with triggers in Silverlight. There's not a way to have a conditional in the trigger.
You can wire up the Loaded event, check your condition there, and if it's …
