TableLayout.IsColumnStretchable(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.