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



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