AutoScroll jumping to 0
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a window with AutoScroll set to true, but I seem to have some odd problem wtih it. Whenever the window gets focus, the scrollbars jump to 0. How can I fix this?
There is a property called AutoScrollPosition which contains the offset of the scrollwindow. I guess you have to manually account for this all the time... But I really don't know cause I have the same problem. If you find a good solution please let me know...