Android.Views.View.VerticalScrollbarPosition Property

Syntax

[get: Android.Runtime.Register("getVerticalScrollbarPosition", "()I", "GetGetVerticalScrollbarPositionHandler")]
[set: Android.Runtime.Register("setVerticalScrollbarPosition", "(I)V", "GetSetVerticalScrollbarPosition_IHandler")]
public virtual ScrollbarPosition VerticalScrollbarPosition { get; set; }

See Also

View.VerticalScrollbarPosition

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Set the position of the vertical scroll bar. Should be one of View.SCROLLBAR_POSITION_DEFAULT, View.SCROLLBAR_POSITION_LEFT or View.SCROLLBAR_POSITION_RIGHT.

Requirements

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