GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanScroll Method
In This Topic
    CanScroll Method
    In This Topic
    Determine if there is room for the view to be scrolled in a given direction.
    Syntax
    public virtual bool CanScroll( 
       bool down,
       bool vertical
    )

    Parameters

    down
    vertical
    See Also