Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

WPF Designer in 4.3: Not working, or just me?

$
0
0

I hope it's not just me being stupid, but is it expected that the WPF designer in 4.3 works? I can layout a form, but there's no way I can figure out to connect event handlers, without manually typing the code in. For example, in the WinForms deisgner, I can double-click a button to create the event handler sub. Or, from the Events tab of a control, I can double-click an event name (or type in an event name and hit Enter), and the event handler sub is created.

With the WPF designer, nothing happens in either case. Double-clicking a button does nothing, and either double-clicking an event handler name or typing one in and hitting enter also does not create the event handler sub.

Am I missing something, or is this not an implemented feature?

Thanks!


Viewing all articles
Browse latest Browse all 1764

Trending Articles