Customizable container control

AdamAnt

Member
Joined
May 15, 2013
Messages
5
Programming Experience
1-3
I am trying to build a custom control (dll) that allows me at design-time to add/remove controls (buttons, toggle buttons, labels, dropdowns, comboboxes, radiobuttons, checkboxes, and custom versions of all of these controls) and edit their attributes/properties using a collection editor. The controls should be displayed sequentially or serialized from left to right, according to their index, and the 'grid' of controls should be allowed to expand to a second row, and/or provide horizontal scroll functionality found in the tabcontrol.

I've tried to edit multiple examples I've found online in various forums, but have not been successful. Any help is appreciated.
 
Back
Top