Android.Widget.AutoCompleteTextView.DropDownAnchor Property

Syntax

[get: Android.Runtime.Register("getDropDownAnchor", "()I", "GetGetDropDownAnchorHandler")]
[set: Android.Runtime.Register("setDropDownAnchor", "(I)V", "GetSetDropDownAnchor_IHandler")]
public virtual int DropDownAnchor { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the id for the view that the auto-complete drop down list is anchored to.

Set method documentation [Android Documentation]

Sets the view to which the auto-complete drop down list should anchor. The view corresponding to this id will not be loaded until the next time it is needed to avoid loading a view which is not yet instantiated.

Requirements

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