ArrayAdapter.SetDropDownViewResource(Int32) Method

Definition

Sets the layout resource to create the drop down views.

[Android.Runtime.Register("setDropDownViewResource", "(I)V", "GetSetDropDownViewResource_IHandler")]
public virtual void SetDropDownViewResource (int resource);
[<Android.Runtime.Register("setDropDownViewResource", "(I)V", "GetSetDropDownViewResource_IHandler")>]
abstract member SetDropDownViewResource : int -> unit
override this.SetDropDownViewResource : int -> unit

Parameters

resource
Int32

the layout resource defining the drop down views

Attributes

Remarks

Sets the layout resource to create the drop down views.

Java documentation for android.widget.ArrayAdapter.setDropDownViewResource(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to