Xceed SmartUI for WinForms v3.6 Documentation
ScrollVertical Method


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

Parameters

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