Sample WPF Behaviors
Average Rating:
(6)
(6)
Description
Discussions
(1)
|
|
-
-
Written March 22, 2009You saved me a lot of grief trying to get the Silverlight 3 samples of behaviors to work in WPF. Also, your implementation of your CommandAction class is very useful, since I'm using the MVVM pattern for my project. I needed a way to bind events such as "MouseDoubleCli
ck" in my View to Commands I've declared in my ViewModel. This gives me a great way to do that. Thanks a lot. -
Written March 22, 2009Thanks for the kind words! By the way, I just added a TextBoxAutoSele
ctBehavior to the .zip file. -

-
Written March 23, 2009Please post the BodyBehavior as shown in the Mix09! It will solve a lot of my problems.
-
Written March 31, 2009please can you post a step by step instruction to install the behaviors for designer ;). i got only errors!!! :(
-
Written April 01, 2009Can I use the dll Microsoft.Expre
ssion.Interacti vity in my application? will there be any copyright issues? -
Written April 02, 2009Florian, see this blog article by Kirupa for details on how to get started: http://blog.kir
upa.com/?p=351 Joymon, I don't know the answer to that. I would like to know the answer as well. Tor. -
Written April 06, 2009ok i see to use behaviors in silverlight is quite simple but in a wpf projekt i have only cs files?! is it possible that blend show me this cs files as behaviors? how?
-
Written May 06, 2009@ Tor Langlo it is possible to port the gotostate behavior from silverlight to wpf? i use the wpf toolkit to get the VSM under wpf. it is possible?
-
Written May 25, 2009If you put the target object in Canvas, and then scale the canvas (ScaleTransform
) the drag behavior gets confused. You can drag, but the offset between mouse and what you are dragging changes over distance.
-




