"Anonymous" <raa@[EMAIL PROTECTED]
> wrote in message
news:jViJh.3571$dd.1258@[EMAIL PROTECTED]
> Hello,
>
> I have a Listview (PB 8.03) which scrolls while a search is performed.
So
> far it's ok, but if the user wants to perform a second search, how do I
> make the first n items in the control visible, so the scrolling can
start
> over again?
Listview_EnsureVisible, hCtrl, 0&
MCM


|