Intersoft ClientUI Documentation
ScrollToHorizontalOffset Method



The position that the content scrolls to.
Scrolls the content that is within the ScrollViewer to the specified horizontal position.
Syntax
Public Sub ScrollToHorizontalOffset( _
   ByVal offset As Double _
) 
Dim instance As UXScrollViewer
Dim offset As Double
 
instance.ScrollToHorizontalOffset(offset)
public void ScrollToHorizontalOffset( 
   double offset
)
public:
void ScrollToHorizontalOffset( 
   double offset
) 

Parameters

offset
The position that the content scrolls to.
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

Reference

UXScrollViewer Class
UXScrollViewer Members

Send Feedback