TableLayout.StretchAllColumns Property
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.
Indicates whether all columns are stretchable or not. -or- Convenience method to mark all columns as stretchable.
public virtual bool StretchAllColumns { [Android.Runtime.Register("isStretchAllColumns", "()Z", "GetIsStretchAllColumnsHandler")] get; [Android.Runtime.Register("setStretchAllColumns", "(Z)V", "GetSetStretchAllColumns_ZHandler")] set; }
[<get: Android.Runtime.Register("isStretchAllColumns", "()Z", "GetIsStretchAllColumnsHandler")>]
[<set: Android.Runtime.Register("setStretchAllColumns", "(Z)V", "GetSetStretchAllColumns_ZHandler")>]
member this.StretchAllColumns : bool with get, set
Property Value
true if all columns are stretchable, false otherwise
- Attributes
Remarks
Property getter documentation:
Indicates whether all columns are stretchable or not.
Java documentation for android.widget.TableLayout.isStretchAllColumns()
.
Property setter documentation:
Convenience method to mark all columns as stretchable.
Java documentation for android.widget.TableLayout.setStretchAllColumns(boolean)
.
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.