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



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