AVEVA OMI Software Developer Kit



instance of scrollViewer
horizontal delta value by which to scroll
ScrollToHorizontalOffset Method
Scrolls in horizontal direction by the given offset value.
Syntax
'Declaration
 
Public Shared Sub ScrollToHorizontalOffset( _
   ByVal scrollViewer As ScrollViewer, _
   ByVal horizontalDelta As Double _
) 
'Usage
 
Dim scrollViewer As ScrollViewer
Dim horizontalDelta As Double
 
ScrollViewerHelper.ScrollToHorizontalOffset(scrollViewer, horizontalDelta)
public static void ScrollToHorizontalOffset( 
   ScrollViewer scrollViewer,
   double horizontalDelta
)
public:
static void ScrollToHorizontalOffset( 
   ScrollViewer^ scrollViewer,
   double horizontalDelta
) 

Parameters

scrollViewer
instance of scrollViewer
horizontalDelta
horizontal delta value by which to scroll
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also