Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange ListView behaviour
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Strange ListView behaviour
Divers
Thread ID:
01175169
Message ID:
01175169
Vues:
65
Hello All, I have my own customised ListView which calls a method InitializeListView() (shown below) from it's constructor
private void InitializeListView()
{
    ColumnClick += new ColumnClickEventHandler(MyColumnClick);
    MouseDown += new MouseEventHandler(MyMouseDown);
    ItemCheck += new ItemCheckEventHandler(MyItemCheck);

    if(_RightClickOpensFontDialog)
        MouseClick += new MouseEventHandler(MyMouseClick);
I'm sure you can see what it's doing but my problem is the property _RightClickOpensFontDialog appears to be being ignored, I default it to true in the class code and set it to whatever I need in the IDE designer, no matter what I set it to the MouseClick event (MyMouseClick) fires !!! any idea why ?
Regards,
Peter J. Kane



Pete
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform