Sample WPF Behaviors
Average Rating:
(6)
(6)
Description
Discussions
(1)
-
Excellent post10 Posts | Last Post: May 25, 2009
-
You 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, 2009 -
Thanks for the kind words!
By the way, I just added a TextBoxAutoSelectBehavior to the .zip file. Written March 22, 2009 -
I'll check it out. ThanksWritten March 22, 2009
-
Please post the BodyBehavior as shown in the Mix09! It will solve a lot of my problems.Written March 23, 2009
-
please can you post a step by step instruction to install the behaviors for designer ;). i got only errors!!! :(Written March 31, 2009
-
Can I use the dll Microsoft.Expre
ssion.Interacti vity in my application? will there be any copyright issues? Written April 01, 2009 -
Florian, 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 02, 2009 -
ok 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 April 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 06, 2009 -
If 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. Written May 25, 2009
-
|
|

