Android.Widget.TextView.SetMaxLines Method
Makes the TextView at most this many lines tall.

Syntax

[Android.Runtime.Register("setMaxLines", "(I)V", "GetSetMaxLines_IHandler")]
public virtual void SetMaxLines (int maxlines)

Parameters

maxlines
Documentation for this section has not yet been entered.

Remarks

Makes the TextView at most this many lines tall. Setting this value overrides any other (maximum) height setting.

[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