In the example above I show 6 ‘out of the box’ Silverlight Sliders (with my ‘Black’ styling added), each one is linked to a different value associated with a ScrollViewer. This is all done with Data Binding inside Expression Blend with no work carried out in the C# code behind file.
Data Binding allows us ‘designers’ to hook up actions between two different objects, in this case a slider control and a scrollViewer control. Not all elements of an object can be controlled ...
No comments yet, be the first one to post comment.