> 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..
I forgot the third param (partial visibility), but what do you want off
the
top of my head?
That said, you really want param # 2 to be zero, as in "row zero", the
first logical row. If you use row number one (logical row two) , it's
possible your screen will have the first row scrolled out of view.
MCM


|