Android.Widget.HorizontalScrollView.FillViewport Property
Indicates whether this HorizontalScrollView's content is stretched to fill the viewport.

Syntax

[get: Android.Runtime.Register("isFillViewport", "()Z", "GetIsFillViewportHandler")]
[set: Android.Runtime.Register("setFillViewport", "(Z)V", "GetSetFillViewport_ZHandler")]
public virtual bool FillViewport { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether this HorizontalScrollView's content is stretched to fill the viewport.

Set method documentation [Android Documentation]

Indicates this HorizontalScrollView whether it should stretch its content width to fill the viewport or not.

Requirements

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