vote up 0 vote down star

In WPF, ASP.NET, WinForms, I create a button, double-click on it and fill in the event handler.

In Silverlight (with Visual Web Developer 2008), I make a button, double-click it but nothing happens.

Is this not supported when writing Silverlight applications for some reason? Do we have to write these event handlers by hand?

flag

What version of the silverlight tools are you using? – JaredPar Jan 24 at 20:41
I'm using version 9.0.30729.146 of Silverlight Tools For Visual Studio SP1, why do you think this will someday be a feature? Since you can do it with WPF applications in XAML, it seems like the feature was just removed, perhaps to encourage Expression Blend use? Odd. – Edward Tanguay Jan 25 at 9:37

3 Answers

vote up 5 vote down check

The silverlight designer is display only. If you want to move things on screen with your mouse or double click to add events, you need to use expression blend.

link|flag
vote up 0 vote down

Because they did silverlight in a hurry...

link|flag
vote up 0 vote down

This will be a feature in the next release of Silverlight along with many other developer tool improvements. You can create the event handler "semi-automatically" in the XAML-editor, though, using Intellisense.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.