Good evening all, I try to create a custom combobox with "user control" and set during the insertion property bar.
that's my main goal, but now I try to insert a custom combo box that lets me set through collection editors.
- List
list = new List(); - [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
- public List
MyProperty { get { return list; } set { list = value; } }
how to find a solution for this error?

Delpin Susai RajPosted Sep 13, 2016, 4:06 AM
Delpin Susai RajPosted Sep 13, 2016, 4:06 AM