Android.Widget.AutoCompleteTextView.DropDownWidth Property

Syntax

[get: Android.Runtime.Register("getDropDownWidth", "()I", "GetGetDropDownWidthHandler")]
[set: Android.Runtime.Register("setDropDownWidth", "(I)V", "GetSetDropDownWidth_IHandler")]
public virtual int DropDownWidth { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current width for the auto-complete drop down list. This can be a fixed width, 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 width of its anchor view.

Set method documentation [Android Documentation]

Sets the current width for the auto-complete drop down list. This can be a fixed width, 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 width of its anchor view.

Requirements

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