Scroll a listbox
-
Hallo Does anybody know of any method to make a listbox scroll without the user having to do anything. e.g As the form loads the listbox scrolls from the top item to the last item(not by making the mouse click on the scroll button though). Any help would be greatly appreciated. Thanks
There are 10 types of people in the world, those who understand binary and those who dont.
-
Hallo Does anybody know of any method to make a listbox scroll without the user having to do anything. e.g As the form loads the listbox scrolls from the top item to the last item(not by making the mouse click on the scroll button though). Any help would be greatly appreciated. Thanks
There are 10 types of people in the world, those who understand binary and those who dont.
hi, you can use the select item property of the listbox to select the last item whenever a new item is added or after all the data have been added. hope this helps regards :)
-
hi, you can use the select item property of the listbox to select the last item whenever a new item is added or after all the data have been added. hope this helps regards :)