View.HorizontalScrollbarHeight Property

Definition

Returns the height of the horizontal scrollbar.

protected virtual int HorizontalScrollbarHeight { [Android.Runtime.Register("getHorizontalScrollbarHeight", "()I", "GetGetHorizontalScrollbarHeightHandler")] get; }
[<get: Android.Runtime.Register("getHorizontalScrollbarHeight", "()I", "GetGetHorizontalScrollbarHeightHandler")>]
member this.HorizontalScrollbarHeight : int

Property Value

The height in pixels of the horizontal scrollbar or 0 if there is no horizontal scrollbar.

Attributes

Remarks

Returns the height of the horizontal scrollbar.

Java documentation for android.view.View.getHorizontalScrollbarHeight().

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