Xceed SmartUI for WinForms v3.6 Documentation
ScrollHorizontal Method


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartControl Class : ScrollHorizontal Method
A value representing the number of pixels by which to horizontally scroll the container. If a negative value is provided, the container will be scrolled to the left. If a positive value is provided, the container will be scrolled to the right.
Scrolls the container horizontally.
Syntax
'Declaration
 
Public Sub ScrollHorizontal( _
   ByVal offset As Integer _
) 
'Usage
 
Dim instance As SmartControl
Dim offset As Integer
 
instance.ScrollHorizontal(offset)
public void ScrollHorizontal( 
   int offset
)

Parameters

offset
A value representing the number of pixels by which to horizontally scroll the container. If a negative value is provided, the container will be scrolled to the left. If a positive value is provided, the container will be scrolled to the right.
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

SmartControl Class
SmartControl Members