How do I do bindings in ItemContainerStyle in WinRT?

Bindings are not supported on Setters. I think Silverlight only got them in version 5 if at all. For workarounds you can look at my older article here. Basically you define an attached dependency property that sets up the binding for you.

Leave a Comment