View.InitializeScrollbars(TypedArray) Method

Definition

Initializes the scrollbars from a given set of styled attributes.

[Android.Runtime.Register("initializeScrollbars", "(Landroid/content/res/TypedArray;)V", "GetInitializeScrollbars_Landroid_content_res_TypedArray_Handler")]
protected virtual void InitializeScrollbars (Android.Content.Res.TypedArray? a);
[<Android.Runtime.Register("initializeScrollbars", "(Landroid/content/res/TypedArray;)V", "GetInitializeScrollbars_Landroid_content_res_TypedArray_Handler")>]
abstract member InitializeScrollbars : Android.Content.Res.TypedArray -> unit
override this.InitializeScrollbars : Android.Content.Res.TypedArray -> unit

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