|
-
Dec 11th, 1999, 12:40 PM
#1
Thread Starter
Member
Is it possible to have a list box auto scroll to the last entry, and not stay at the top waiting for the user to manually scroll down? I have played with setting the focus and then sending a {down} key but that is kind of lame.
-
Dec 11th, 1999, 12:44 PM
#2
Junior Member
you can play with the listboxes TopIndex property. To scroll down to the bottom-most item in a listbox, first find out how many items the height of the listbox can accommodate, and then do some calculations to find out what index should be at the top, and then set the listbox's TopIndex property to whatever.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|