ResourceCursorAdapter.SetDropDownViewResource(Int32) Method

Definition

Sets the layout resource of the drop down views.

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

Parameters

dropDownLayout
Int32

the layout resources used to create drop down views

Attributes

Remarks

Sets the layout resource of the drop down views.

Java documentation for android.widget.ResourceCursorAdapter.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