I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
You cannot use ItemsControl.ItemContainerStyle in Silverlight. It doesn't exist. It exists only on a couple of leaf level classes like ListBox itself.
ItemsControl.ItemContainerStyle
ListBox