wpf - Style.Setter with Binding in Universal Windows Applications -


as stated in question below, setters cannot contain bindings in windows rt/phone 8.1

=> binding selecteditems in listview viewmodel in windows phone 8.1

has changed in new universal windows applications?

still not bindings in values?

ok, can't bind datacontext using normal ways, you can it using other (smart) methods:

please, @ this. provides "helper" allows bind datacontext setter.

http://dlaa.me/blog/post/10089023


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -