0
kicks
Databinding In Silverlight With New ItemContainerStyle
Recently on OzSilverlight mailing list a question was asked about data-bindings. The issue was how do you use data-binding once you have replaced ItemContainerStyle for a ListBox.
The answer is that you can replace the entire Template by giving it a new ControlTemplate and specify your bindings within the new template. I have created this example to illustrate this.