i need to write a property for my user control that is of type list. and be able to set it from the studio designer from the properties menu.
Try inheriting from, say, ListBox and overriding the Render method.