Android.Widget.TableLayout.SetColumnShrinkable Method

Syntax

[Android.Runtime.Register("setColumnShrinkable", "(IZ)V", "GetSetColumnShrinkable_IZHandler")]
public virtual void SetColumnShrinkable (int columnIndex, bool isShrinkable)

Parameters

columnIndex
the index of the column
isShrinkable
true if the column must be shrinkable, false otherwise. Default is false.

Remarks

Makes the given column shrinkable or not. When a row is too wide, the table can reclaim extra space from shrinkable columns.

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