Share via


ListPopupWindow.SetWindowLayoutType(WindowManagerTypes) Method

Definition

Set the layout type for this popup window.

[Android.Runtime.Register("setWindowLayoutType", "(I)V", "GetSetWindowLayoutType_IHandler", ApiSince=23)]
public virtual void SetWindowLayoutType (Android.Views.WindowManagerTypes layoutType);
[<Android.Runtime.Register("setWindowLayoutType", "(I)V", "GetSetWindowLayoutType_IHandler", ApiSince=23)>]
abstract member SetWindowLayoutType : Android.Views.WindowManagerTypes -> unit
override this.SetWindowLayoutType : Android.Views.WindowManagerTypes -> unit

Parameters

layoutType
WindowManagerTypes

Layout type for this window.

Attributes

Remarks

Set the layout type for this popup window.

See WindowManager.LayoutParams#type for possible values.

Java documentation for android.widget.ListPopupWindow.setWindowLayoutType(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