TableLayout.IsColumnStretchable(Int32) Method

Definition

Returns whether the specified column is stretchable or not.

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

Parameters

columnIndex
Int32

the index of the column

Returns

true if the column is stretchable, false otherwise

Attributes

Remarks

Returns whether the specified column is stretchable or not.

Java documentation for android.widget.TableLayout.isColumnStretchable(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