best baseclass for CustomListview

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

    #1

    best baseclass for CustomListview

    Hi,

    I would like to do a brand new ListView control (for reportview) but i
    do not remember what is the best base class to devire from :
    CustomControl, ContainerContro l or UserControl ?
    I do not want to derive from original ListView control.

    thanks a lot,

    A.
  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: best baseclass for CustomListview

    Well, what does ListView derive from? Wouldn't that be your best bet?
    Peter
    --
    Recursion: see Recursion
    site: http://www.eggheadcafe.com
    unBlog: http://petesbloggerama.blogspot.com
    BlogMetaFinder: http://www.blogmetafinder.com



    "Alain R." wrote:
    Hi,
    >
    I would like to do a brand new ListView control (for reportview) but i
    do not remember what is the best base class to devire from :
    CustomControl, ContainerContro l or UserControl ?
    I do not want to derive from original ListView control.
    >
    thanks a lot,
    >
    A.
    >

    Comment

    Working...