This isn't particularly accurate, but it does cause the scroll bar to slide
to the bottom, at least in my test.
One difference I noticed between this example and "ListBox1.ListIndex =
ListBox1.LastIndex" is that with the former, the last row is not selected,
but it is using "ListBox1.ListIndex = ListBox1.LastIndex".
ListBox1.ScrollPosition = ListBox1.ListCount
BTW, do you really need to use Refresh?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>