Tag Archives: binding

Silverlight/WPF – Binding object properties to multiple elements

Technical Level: Beginner Problem: Binding an object to multiple elements/controls on a xaml page. Solution: Very simple, just put all your controls in a container and bind the object to it using the DataContext property.

Posted in Silverlight, Windows Presentation Foundation | Tagged , , , , | Leave a comment