News

Data binding is central to Windows Phone Development. Here's a refresher for old pros, and an introduction for newbies. One of the most significant changes between more traditional style applications ...
Coordinate Data My sample application lets you select data items in one control on one of the form's tabs. The current item in other controls bound to the same data source changes accordingly, ...
I am writing a custom control library, and need to be able to access the original object that has a property bound to a control property via a DataBinding like this: Binding b = new Binding ...