Android.Widget.ListPopupWindow.SetContentWidth Method
Sets the width of the popup window by the size of its content.

Syntax

[Android.Runtime.Register("setContentWidth", "(I)V", "GetSetContentWidth_IHandler")]
public virtual void SetContentWidth (int width)

Parameters

width
Desired width of content in pixels.

Remarks

Sets the width of the popup window by the size of its content. The final width may be larger to accommodate styled window dressing.

[Android Documentation]

Requirements

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