Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / ScrollToHome Method


In This Topic
    ScrollToHome Method
    In This Topic
    Scrolls the view of the editing control to the beginning of the viewport.
    Syntax
    'Declaration
     
    Public Sub ScrollToHome() 
    'Usage
     
    Dim instance As GcTextBox
     
    instance.ScrollToHome()
    public void ScrollToHome()
    See Also