DotNetShoutout - Stories tagged with MultiBinding
5
Shouts

Silverlight MultiBinding updated, adding support for ElementName and TwoWay binding | Colin Eberhardt's Adventures in WPF

published 1009 days, 22 hours, 24 minutes ago posted by FantasticMrFishFantasticMrFish 1010 days, 13 hours, 12 minutes ago
Friday, August 13, 2010 11:04:45 AM GMT Thursday, August 12, 2010 8:16:32 PM GMT
This blog post describes an update to the Silverlight 4 MultiBinding technique I blogged about a couple of months ago to add support for ElementName binding and TwoWay binding. A few months ago I posted an update to my MultiBinding solution for Silverlight 4. This technique allows you to perform the same kind of multibindings which are possible in WPF, where a property value is bound to multiple sources via a special value converter that implements the IMultiValueConverter interface, which describes how... (more)
category: Metro | clicked: 3 | 2 comments | | source: www.scottlogic.co.uk
tags: MultiBinding, Silverlight 4
6
Shouts

Silverlight MultiBinding solution for Silverlight 4 | Colin Eberhardt's Adventures in WPF

published 1103 days, 18 hours, 15 minutes ago posted by FantasticMrFishFantasticMrFish 1105 days, 2 hours, 3 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Monday, May 10, 2010 7:25:53 AM GMT
In this post I describe an update to the Silverlight MultiBinding solution I presented last year. This update includes support for Silverlight 4, attached properties and multiple bindings on a single object. MultiBinding is a WPF feature that allows you to bind a single property to a number of sources, with the source values being combined by a value converter. This is a feature that is missing from Silverlight. About a year ago I developed a MultiBinding solution for Silverlight, which has proven very ... (more)
category: Metro | clicked: 1 | comment | | source: www.scottlogic.co.uk
tags: MultiBinding, Silverlight4