Intersoft ClientUI Documentation
ScrollToVerticalOffset Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXScrollViewer Class : ScrollToVerticalOffset Method






offset
The position that the content scrolls to.
Scrolls the content that is within the ScrollViewer to the specified vertical position.

Syntax

Visual Basic (Declaration) 
Public Sub ScrollToVerticalOffset( _
   ByVal offset As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXScrollViewer
Dim offset As Double
 
instance.ScrollToVerticalOffset(offset)
C# 
public void ScrollToVerticalOffset( 
   double offset
)
Delphi 
public procedure ScrollToVerticalOffset( 
    offset: Double
); 
JScript 
public function ScrollToVerticalOffset( 
   offset : double
);
Managed Extensions for C++ 
public: void ScrollToVerticalOffset( 
   double offset
) 
C++/CLI 
public:
void ScrollToVerticalOffset( 
   double offset
) 

Parameters

offset
The position that the content scrolls to.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.