Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: How can I make a listview item visible if it's out of sight ?


Message #1 by "svdkooij" <svdkooij@c...> on Fri, 31 Aug 2001 14:35:30
use selectedItem

> -----Original Message-----
> From:	svdkooij [SMTP:svdkooij@c...]
> Sent:	Friday, August 31, 2001 3:36 PM
> To:	professional vb
> Subject:	[pro_vb] How can I make a listview item visible if it's out
> of sight ?
> 
> Hi all.
> 
> I have a listview object in lvwreport mode.
> The box can have eg. 10 visible items. How can i make listview item 11 
> visible ? Normally I would do something like this :
>   
>   List1.ListIndex = List1.NewIndex
> 
> but that doesn't work with a listview..
> Does someone know how I can make it work ?
> 
> Thanks,
> Sander
>

  Return to Index