Android.Widget.TextView.SetHorizontallyScrolling Method
Sets whether the text should be allowed to be wider than the View is.

Syntax

[Android.Runtime.Register("setHorizontallyScrolling", "(Z)V", "GetSetHorizontallyScrolling_ZHandler")]
public virtual void SetHorizontallyScrolling (bool whether)

Parameters

whether
Documentation for this section has not yet been entered.

Remarks

Sets whether the text should be allowed to be wider than the View is. If false, it will be wrapped to the width of the View.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1