I am trying to set the Canvas properties in an ItemsControl DataTemplate with Silverlight 3. According to this post, the only way of doing that is to set it using the ItemsCont
Silverlight4 does not bind to attached properties in style. I suggest using David Anson's approach described here.
And in listbox:
ItemContainerStyle="{StaticResource ScreenBindStyle}"