Prev: Cannot compile a solution in VS2010 which references Microsoft.SQLServer.ManagedDTS.dllunless target is changed to .NET 4.0
Next: Upload/Update files on a server
From: Ralf Herrmann on 21 Apr 2010 09:33 how to set the position with .NET and C# programatically ? thanx
From: Peter Duniho on 21 Apr 2010 11:09
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 |