Resetting Screen Scroll Position on a Winform
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a main form that is set to auto scroll so that when lower screen resoloutions are used, scroll bars are provided. The controls are not getting set back to position 0,0 but are displaying where ever the last scroll bar displayed the previouse control. Any way to get the controls to reset to display back at 0,0 and the bottom scroll bar to reset back to the left and the right one back to the top?