Panel Or UserControl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rob

    #1

    Panel Or UserControl

    I have a combination of multiple controls that I reuse again and again.
    In what case would I use a Panel or UserControl to combine these
    controls? What is the advantage/disadvantage of one over the other?

    Regards,
    Rob

  • Wraith Daquell

    #2
    Re: Panel Or UserControl

    Rob,
    A Panel will usually suffice, unless you need to add more
    functionality, such as extended properties and such. If there are
    several functions and routines associated with your controls, use a
    UserControl. Otherwise, save yourself some time and use a Panel.

    -WDaquell

    Comment

    Working...