Hello all,
I am using single column listbox to update some values to it progrmatically, when the values reaches to the end of the listbox vertical scrollbar appears , but to see the latest item added i need to move that scrollbar manually and this is causing problem as sometimes it become difficult to move the scrollbar manually, i want to know if there is any approach through which we dont need to move the scrollbar manually to see the latest item added, means scrollbar automatically mves up to show the latest item added.
Thanks