I want to create a custom control with a collection property, and using like this:
<my:mycontrol>
<my:ctlIem />
<my:ctlIem />
<my:ctlIem />
...
</my:mycontrol/>
I googled and find this post, but when i coded as it said, the editor returned an error with DesignerSerializationVisibility
not found.
So, was it the DesignerSerializationVisibility
property not supported in the Windows Phone? If it was not supported, how could I implement that feature?