Android.Views.View.ScrollBarStyle Property

Syntax

[get: Android.Runtime.Register("getScrollBarStyle", "()I", "GetGetScrollBarStyleHandler")]
[set: Android.Runtime.Register("setScrollBarStyle", "(I)V", "GetSetScrollBarStyle_IHandler")]
public virtual ScrollbarStyles ScrollBarStyle { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current scrollbar style.

Set method documentation [Android Documentation]

Specify the style of the scrollbars. The scrollbars can be overlaid or inset. When inset, they add to the padding of the view. And the scrollbars can be drawn inside the padding area or on the edge of the view. For example, if a view has a background drawable and you want to draw the scrollbars inside the padding specified by the drawable, you can use SCROLLBARS_INSIDE_OVERLAY or SCROLLBARS_INSIDE_INSET. If you want them to appear at the edge of the view, ignoring the padding, then you can use SCROLLBARS_OUTSIDE_OVERLAY or SCROLLBARS_OUTSIDE_INSET.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1