Answered Creating custom controls

  • Tuesday, September 18, 2012 9:54 AM
     
     
    I want to create a custom control where the footprint of the control is a small button, but when clicked it pops out to larger area. An example would be a combo box. On the form it only takes up the space of one line, but when clicked it pops down to offer selections. When creating composite controls, one has to create the control at the size it is on the form. In the end I would like to have a small button sized control in my toolbox which I can drag onto a form, when clicked it would display a larger area with custom stuff in that area.

All Replies