ScrollableControl, set position from program

  • Thread starter Thread starter Ralf Herrmann
  • Start date Start date
Ralf said:
how to set the position with .NET and C# programatically ?

The System.Windows.Forms.ScrollableControl class has a variety of ways
to control scrolling behavior and state, including the
AutoScrollPosition property which can be used to set the exact position
of the scroll bars.

Pete
 
Back
Top