ComponentOne FinancialChart for WPF
CanScrollRight Property



C1.WPF Namespace > C1ScrollViewer Class : CanScrollRight Property
Gets a value that indicates whether the vertical scroll isn't in the right-most position. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property CanScrollRight As Boolean
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Boolean
 
value = instance.CanScrollRight
public bool CanScrollRight {get;}
public:
property bool CanScrollRight {
   bool get();
}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members