Hi,

I am in the process of making a custom list control and am using the panel control to contain list items. My problem is as I'm pulling data from a webserver frequently, I need to repopulate the list frequently and everytime I repopulate the list the panel scroll position jumps back to the top.

I have tried saving both the AutoScrollPosition and AutoScrollOffset variables and setting them back after repopulation however this does not make the panel move at all.

Does anyone know of a fix for this?

Thank you