Android.Widget.PopupWindow.GetMaxAvailableHeight Method
Returns the maximum height that is available for the popup to be completely shown.

Syntax

[Android.Runtime.Register("getMaxAvailableHeight", "(Landroid/view/View;)I", "GetGetMaxAvailableHeight_Landroid_view_View_Handler")]
public virtual int GetMaxAvailableHeight (Android.Views.View anchor)

Parameters

anchor
The view on which the popup window must be anchored.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the maximum height that is available for the popup to be completely shown. It is recommended that this height be the maximum for the popup's height, otherwise it is possible that the popup will be clipped.

[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