Pages

Thursday 16 August 2012

Data Binding In Windows 8. Part 3–Element Binding

Data Binding In Windows 8. Part 3–Element Binding 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

1 comment:

  1. 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

Web Informer Button