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