DotNetShoutout - Stories tagged with Behavior
4
Shouts

Execute a command on a specified control when clicking on a button

published 1070 days, 14 hours, 20 minutes ago posted by jmix90jmix90 1071 days, 14 hours, 21 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 1:34:47 PM GMT
Today another example of the powerful ramora pattern : execute a RoutedCommand on an Control when you click on a button outside of the aimed control scope. Our implementation will also show *how we can apply the "Weak Events pattern" with the dependency property trick *(attached property / ramora pattern). And of course this example can be adapted to subscribe on any event you wants and not only the click of a button. (more)
category: Smart Client | clicked: 4 | comment | | source: blog.lexique-du-net.com
tags: tricks, Command, Attached behavior, How-To, routed commands, Dependency Property, WPF, how to, Behavior, How, Tips, Tips & Tricks.
4
Shouts

Center And Scale Behavior

posted by http://jacekciereszko.pl/http://jacekciereszko.pl/ 1115 days, 9 hours, 29 minutes ago
Monday, May 03, 2010 6:26:42 PM GMT
Center And Scale Behavior... (more)
category: Metro | clicked: 1 | comment | | source: gallery.expression.microsoft.com
tags: Scale application, Silverlight 4, Behavior
6
Shouts

Silverlight Center And Scale Behavior

published 1113 days, 18 hours, 7 minutes ago posted by http://jacekciereszko.pl/http://jacekciereszko.pl/ 1116 days, 8 hours, 3 minutes ago
Wednesday, May 05, 2010 9:48:26 AM GMT Sunday, May 02, 2010 7:53:10 PM GMT
If you are interested in my last post about "How to center and scale Silverlight applications using ViewBox control", I just published behavior that you can use instead of making changes in code. How it works? 1. Download behavior (http://gallery.expression.microsoft.com/en-us/CenterAndScale ) 2. Add dll to your application DONE! Your application is ready! Watch movie to see how it works (66 seconds)... (more)
category: Metro | clicked: 0 | comment | | source: geekswithblogs.net
tags: Align Application, Scale application, Center Display Screen, Silverlight 4, Behavior
4
Shouts

A Busy State Indicator attached behavior

posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1269 days, 3 hours, 30 minutes ago
Tuesday, December 01, 2009 12:25:53 AM GMT
This WPF behavior binds to a developer provided property that determines whether the app/dialog/region is in a busy state. When the property turns true, the background is gradually dimmed and a circular progress indicator animation is shown. User input can optionally be prohibited during the busy state. (more)
category: UX | clicked: 16 | comment | | source: sweux.com
tags: Silverlight, WPF, progress, Behavior