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



In This Topic
    ScrollToTop Method
    In This Topic
    Scrolls vertically to the beginning of the C1ScrollViewer content.
    Syntax
    'Declaration
     
    
    Public Sub ScrollToTop() 
    'Usage
     
    
    Dim instance As C1ScrollViewer
     
    instance.ScrollToTop()
    public void ScrollToTop()
    public:
    void ScrollToTop(); 
    See Also