Android.Widget.TableLayout.SetColumnStretchable Method

Syntax

[Android.Runtime.Register("setColumnStretchable", "(IZ)V", "GetSetColumnStretchable_IZHandler")]
public virtual void SetColumnStretchable (int columnIndex, bool isStretchable)

Parameters

columnIndex
the index of the column
isStretchable
true if the column must be stretchable, false otherwise. Default is false.

Remarks

Makes the given column stretchable or not. When stretchable, a column takes up as much as available space as possible in its row.

Calling this method requests a layout operation.

[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