Läs på engelska

Dela via


View.InitializeScrollbars(TypedArray) Method

Definition

Initializes the scrollbars from a given set of styled attributes.

C#
[Android.Runtime.Register("initializeScrollbars", "(Landroid/content/res/TypedArray;)V", "GetInitializeScrollbars_Landroid_content_res_TypedArray_Handler")]
protected virtual void InitializeScrollbars (Android.Content.Res.TypedArray? a);

Parameters

a
TypedArray

the styled attributes set to initialize the scrollbars from

Attributes

Remarks

Initializes the scrollbars from a given set of styled attributes. This method should be called by subclasses that need scrollbars and when an instance of these subclasses is created programmatically rather than being inflated from XML. This method is automatically called when the XML is inflated.

Java documentation for android.view.View.initializeScrollbars(android.content.res.TypedArray).

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