I am trying to get a list scrolled at the initial point after an action whose result is the removal of all items and repopulation.
I wanted to get the scroll position recorded and then set back to it but GetScrollPos
always returns 0 for some reason.
I have been looking over all the ListCtrl
methods but can't seem to find a way and also noticed GetScrollPos
is not there but neither does it raise an exception.