Hello agian,
Many thanks for pointing me to that function. After correcting it to
lResult
= Listview_EnsureVisible(hListViewStat,1,%FALSE)
it works like a charm - I hope that is a correct expression..
--
"Michael Mattias" <mmattias@[EMAIL PROTECTED]
> skrev i melding
news:3hjJh.4789$yW.475@[EMAIL PROTECTED]
> "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
>
>


|