How do I get the exact scroll position in an Listbox?
问题 I would like to be able to load more data into a listbox when I reach the begining or the end of the listbox. My listbox shows items that are time related therefor when I reach the top and pull down I would like to see some text like "Scroll down more to retrieve more items" and if you do so it then triggers a data download for items that occur earlier. Same thing for the bottom item if you scoll down far enough (beneath the last item it triggers a data download for items later than listed).