ListPopupWindow.Height Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the height of the popup window in pixels.
public virtual int Height { [Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")] get; [Android.Runtime.Register("setHeight", "(I)V", "GetSetHeight_IHandler")] set; }
[<get: Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")>]
[<set: Android.Runtime.Register("setHeight", "(I)V", "GetSetHeight_IHandler")>]
member this.Height : int with get, set
Property Value
The height of the popup window in pixels.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.ListPopupWindow.getHeight()
.
Property setter documentation:
Sets the height of the popup window in pixels. Can also be #MATCH_PARENT
.
Java documentation for android.widget.ListPopupWindow.setHeight(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.