Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView Control
Message
 
À
14/09/2004 12:22:29
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00941889
Message ID:
00942014
Vues:
24
Bonnie,
Thanks for the reply and the solution. HideSelection and EnsureVisible was what I needed.
Thank you for your help.

Sincerely,
Einar

>Einar,
>
>You'll need to run the EnsureVisible() method. You'll also probably want these other properties set:
>
>this.oList.Scrollable = true;
>this.oList.HideSelection = false;
>
>int count = this.oList.Items.Count - 1;
>this.oList.Items[count].Selected = true;
>this.oList.EnsureVisible(count);
>
>
>~~Bonnie
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform