Android.Widget.PopupWindow.Update Method

Syntax

[Android.Runtime.Register("update", "(Landroid/view/View;II)V", "GetUpdate_Landroid_view_View_IIHandler")]
public virtual void Update (Android.Views.View anchor, int width, int height)

Parameters

anchor
the popup's anchor view
width
the new width, can be -1 to ignore
height
the new height, can be -1 to ignore

Remarks

Updates the position and the dimension of the popup window. Calling this function also updates the window with the current popup state as described for PopupWindow.Update.

[Android Documentation]

Requirements

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