Läs på engelska

Dela via


View.VerticalScrollBarEnabled Property

Definition

Indicate whether the vertical scrollbar should be drawn or not. -or- Define whether the vertical scrollbar should be drawn or not.

C#
public virtual bool VerticalScrollBarEnabled { [Android.Runtime.Register("isVerticalScrollBarEnabled", "()Z", "GetIsVerticalScrollBarEnabledHandler")] get; [Android.Runtime.Register("setVerticalScrollBarEnabled", "(Z)V", "GetSetVerticalScrollBarEnabled_ZHandler")] set; }

Property Value

true if the vertical scrollbar should be painted, false otherwise

Attributes

Remarks

Property getter documentation:

Indicate whether the vertical scrollbar should be drawn or not. The scrollbar is not drawn by default.

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

Property setter documentation:

Define whether the vertical scrollbar should be drawn or not. The scrollbar is not drawn by default.

Java documentation for android.view.View.setVerticalScrollBarEnabled(boolean).

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