Läs på engelska

Dela via


View.VerticalScrollbarPosition Property

Definition

Set the position of the vertical scroll bar.

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

Property Value

The position where the vertical scroll bar will show, if applicable.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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

Java documentation for android.view.View.setVerticalScrollbarPosition(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.

Applies to

Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

See also