Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView control problem
Message
 
À
03/08/2005 14:16:29
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
01038228
Message ID:
01038252
Vues:
22
Bonnie,
Funny thing is that the following code works:
this.listView1.Items[0].SubItems[0].Text = "Hi there";
but that changes the text in the 1st column (and the listview is updated visualy)

Now I would assume that:
this.listView1.Items[0].SubItems[1].Text = "Hi there";
works the same but for the 2nd column instead (well it does but the listview is NOT updated visualy).

Einar



>This should work Einar ... I do it all the time, no Refresh necessary. Where are you executing this code? In an event handler or what? (not that it matters, but I'm just trying to figure out why it's not working)
>
>~~Bonnie
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform