Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / ScrollInDirection Method
direction in which to scroll
number of small scroll steps to perform


In This Topic
    ScrollInDirection Method
    In This Topic
    Scrolls the view in the specified direction
    Syntax
    'Declaration
     
    
    Public Overridable Sub ScrollInDirection( _
       ByVal direction As CompassDirection, _
       ByVal steps As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim direction As CompassDirection
    Dim steps As System.Single
     
    instance.ScrollInDirection(direction, steps)
    public virtual void ScrollInDirection( 
       CompassDirection direction,
       System.float steps
    )

    Parameters

    direction
    direction in which to scroll
    steps
    number of small scroll steps to perform
    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