Load more items into ListBox when scrolled to bottom
问题 I've got ListBox bound to List. I want to load more items when scrolled to bottom of list so that some animation indicating loading is shown and bound list is expanded. If I understand correctly, I can use ObservableCollection instead of List and expand that collection. Also, I could wrap ItemPresenter into StackPanel with ItemPresenter and Image at bottom. But how do I detect that list has been scrolled to bottom and initiate expanding of collection? 回答1: Check tutorials: http://blog