LoopingSelectorAutomationPeer.VerticallyScrollable Property

Definition

Gets a value that indicates whether the control can scroll vertically.

public:
 property bool VerticallyScrollable { bool get(); };
bool VerticallyScrollable();
public bool VerticallyScrollable { get; }
var boolean = loopingSelectorAutomationPeer.verticallyScrollable;
Public ReadOnly Property VerticallyScrollable As Boolean

Property Value

Boolean

bool

true if the control can scroll vertically; otherwise, false.

Implements

Applies to