Hi
I want to disable the auto-scroll functionality
I have looked through the control and forum and cant find the answer
When adding 10, 20 ....100 items to the end of the list it seems to stay wherever it has been scrolled to...which is great and predictable for the user, however when adding x number of items to the start e.g. clv.InsertAt(0, pan,"") it scrolls to the first item inserted such that with 50 existing items and adding 10 new items (let's say insert numbers 50 to 59) the view will scroll automatically to show item number 50 as the last-visible-item (now item 9 in the list-view)....
How do I stop the auto scrolling and handle the list-item positioning myself. as it is important when I implement a version of lazy loading to deal with downwards scrolling for previous content where the newest item is at the bottom where users expect the screen to stay as it was and be unaware of any background processes
I looked for properties such as scroll-direction, orientation, reverse etc but couldn't find anything suitable.