In my previous post, I discussed the three modes of DataBinding for Windows 8. Todaywe’ll take a brief look at binding not to data, but rather binding one UI element to the value of another. In this example, we’ll bind the IsActive property of the ProgressRing to the IsChecked property’s value in a CheckBox.
Read full article here
Read full article here
The trick in binding to a list, is to teach the control how to display the bound data. It needs to know how to display each object in the list – what properties of the object should be displayed and how should they appear?
ReplyDelete