Läs på engelska

Dela via


View.ScrollbarFadingEnabled Property

Definition

Returns true if scrollbars will fade when this view is not scrolling -or- Define whether scrollbars will fade when the view is not scrolling.

C#
public virtual bool ScrollbarFadingEnabled { [Android.Runtime.Register("isScrollbarFadingEnabled", "()Z", "GetIsScrollbarFadingEnabledHandler")] get; [Android.Runtime.Register("setScrollbarFadingEnabled", "(Z)V", "GetSetScrollbarFadingEnabled_ZHandler")] set; }

Property Value

true if scrollbar fading is enabled

Attributes

Remarks

Property getter documentation:

Returns true if scrollbars will fade when this view is not scrolling

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

Property setter documentation:

Define whether scrollbars will fade when the view is not scrolling.

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