WebView.SetHorizontalScrollbarOverlay(Boolean) Method

Definition

Caution

deprecated

Specifies whether the horizontal scrollbar has overlay style.

[Android.Runtime.Register("setHorizontalScrollbarOverlay", "(Z)V", "GetSetHorizontalScrollbarOverlay_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void SetHorizontalScrollbarOverlay (bool overlay);
[<Android.Runtime.Register("setHorizontalScrollbarOverlay", "(Z)V", "GetSetHorizontalScrollbarOverlay_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetHorizontalScrollbarOverlay : bool -> unit
override this.SetHorizontalScrollbarOverlay : bool -> unit

Parameters

overlay
Boolean

true if horizontal scrollbar should have overlay style

Attributes

Remarks

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