From: Ralf Herrmann on
how to set the position with .NET and C# programatically ?
thanx
From: Peter Duniho on
Ralf Herrmann wrote:
> 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