Gets a value that indicates whether the vertical scroll isn't in the left-most position. This is a dependency property.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool CanScrollLeft { get; internal set; }
Visual Basic
Public Property CanScrollLeft As Boolean
	Get
	Friend Set

See Also