How to do CreateBindingSet() on Windows Phone?
问题 In the N+1 video #34 (Progress), there was an example of using CreateBindingSet() for the Android version, which is not typical. But the narrator also mentioned briefly that the same can be done on the Windows platform. As much as I tried, however, I am unable to get a View's property to be bound to its ModelView on the Windows Phone. I always get a NullReferenceException . The closest I came was the code below, including suggestions from ReSharper. Here's my FirstView.xaml.cs: using Cirrious