CanScrollDown Property (C1ScrollViewer)
In This Topic
Gets a value that indicates whether the vertical scroll isn't in the bottom position. This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property CanScrollDown As Boolean
public bool CanScrollDown {get;}
See Also