Posted on: 6/15/2014 8:24:39 PM | Views : 402

I have a user control with some public properties defined in the code behind. 
In Visual Studio GUI view, I can click on the usercontrol, and see the properties in the property panel on the right.
This works for integer properties, and string properties, but it does not work for "array of string" properties.
In some other controls, you can see a property in the property pages with 3 periods after it, and if you click on those, you get a screen where you can add items, one by one.  This would be good for an array of strings, or a list of strings, if it could be done with user-controls.
Does this feature already exist and I not know about it?

Go to the complete details ...