ComponentOne FinancialChart for WPF
CanScrollLeft Property



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

Reference

C1ScrollViewer Class
C1ScrollViewer Members