8
shouts

Silverlight MultiBindings, How to attached multiple bindings to a single property. – Colin Eberhardt’s Adventures in WPF

published 261 days, 17 hours, 37 minutes ago posted by FantasticMrFishFantasticMrFish 262 days, 14 hours, 51 minutes ago
Tuesday, June 30, 2009 12:50:56 PM GMT Monday, June 29, 2009 3:36:38 PM GMT

This blog posts describes a technique for associating multiple bindings with a single dependency property within Silverlight applications. WPF already has this functionality in the form of MultiBindings, the code in this post emulates this function. The simple application below demonstrates this technique, where there are three data-entry text boxes bound to the individual properties of a simple Person object, with the title text block being bound to both the Forename and Surname properties. Try editing...

category: Silverlight | clicked: 25 | | source: www.scottlogic.co.uk | show counter code
tags: Binding, Silverlight