ScrollableControl, set position from program

P

Peter Duniho

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top