Android.Widget.LinearLayout.MeasureWithLargestChildEnabled Property
When true, all children with a weight will be considered having the minimum size of the largest child.

Syntax

[get: Android.Runtime.Register("isMeasureWithLargestChildEnabled", "()Z", "GetIsMeasureWithLargestChildEnabledHandler")]
[set: Android.Runtime.Register("setMeasureWithLargestChildEnabled", "(Z)V", "GetSetMeasureWithLargestChildEnabled_ZHandler")]
public virtual bool MeasureWithLargestChildEnabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

When true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally.

Set method documentation [Android Documentation]

When set to true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally. Disabled by default.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11