TableLayout.IsColumnShrinkable(Int32) Method

Definition

Returns whether the specified column is shrinkable or not.

[Android.Runtime.Register("isColumnShrinkable", "(I)Z", "GetIsColumnShrinkable_IHandler")]
public virtual bool IsColumnShrinkable (int columnIndex);
[<Android.Runtime.Register("isColumnShrinkable", "(I)Z", "GetIsColumnShrinkable_IHandler")>]
abstract member IsColumnShrinkable : int -> bool
override this.IsColumnShrinkable : int -> bool

Parameters

columnIndex
Int32

the index of the column

Returns

true if the column is shrinkable, false otherwise. Default is false.

Attributes

Remarks

Returns whether the specified column is shrinkable or not.

Java documentation for android.widget.TableLayout.isColumnShrinkable(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to