Android.Widget.AutoCompleteTextView.DropDownHeight Property

Syntax

[get: Android.Runtime.Register("getDropDownHeight", "()I", "GetGetDropDownHeightHandler")]
[set: Android.Runtime.Register("setDropDownHeight", "(I)V", "GetSetDropDownHeight_IHandler")]
public virtual int DropDownHeight { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current height for the auto-complete drop down list. This can be a fixed height, or NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT to fill the screen, or NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#WRAP_CONTENT to fit the height of the drop down's content.

Set method documentation [Android Documentation]

Sets the current height for the auto-complete drop down list. This can be a fixed height, or NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT to fill the screen, or NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#WRAP_CONTENT to fit the height of the drop down's content.

Requirements

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