ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / ScrollLeft Method



In This Topic
    ScrollLeft Method
    In This Topic
    Scrolls the C1ScrollViewer content to the left by HorizontalSmallChange pixels.
    Syntax
    'Declaration
     
    
    Public Sub ScrollLeft() 
    'Usage
     
    
    Dim instance As C1ScrollViewer
     
    instance.ScrollLeft()
    public void ScrollLeft()
    public:
    void ScrollLeft(); 
    See Also