Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView Control
Message
 
To
14/09/2004 12:22:29
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00941889
Message ID:
00942014
Views:
23
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform