LoopingSelectorAutomationPeer.HorizontallyScrollable Property

Definition

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

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

Property Value

Boolean

bool

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

Implements

Applies to