Android.Views.View.SetMinimumWidth Method
Sets the minimum width of the view.

Syntax

[Android.Runtime.Register("setMinimumWidth", "(I)V", "GetSetMinimumWidth_IHandler")]
public virtual void SetMinimumWidth (int minWidth)

See Also

View.MinimumWidth

Parameters

minWidth
The minimum width the view will try to be.

Remarks

Sets the minimum width of the view. It is not guaranteed the view will be able to achieve this minimum width (for example, if its parent layout constrains it with less available width).

[Android Documentation]

Requirements

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