Cool workaround for "complex" parsing in the current Silverlight alpha version
In the current alpha version you can only have "simple" properties exposed by your controls. Trying to expose a complex property ends up generating a parsing exception. This limitation has been ackowledged by the team. Here's a cool workaround which you can use when you need to add collections of items in your control.