ComponentOne Basic Library for WPF and Silverlight
CanScrollDown Property (C1ScrollViewer)


C1.WPF Namespace > C1ScrollViewer Class : CanScrollDown Property
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 System.Boolean
'Usage
 
Dim instance As C1ScrollViewer
Dim value As System.Boolean
 
value = instance.CanScrollDown
public System.bool CanScrollDown {get;}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members