Hi
I create a RDDL and add it to my Editor by
CuteEditor.
RichDropDownList dropdown = new CuteEditor.RichDropDownList(Editor1);dropdown.Items.Add("text", "value");
tc.Control.Controls.Add(dropdown);
But it puts a strange looking black dot to the left of this list. The below screenshot show this. How can I prevent this happening