ClassScrollBarContentView
Class
Base abstract class, representing a content in the RadScrollBar control.
Definition
Namespace:Telerik.Maui.Controls.ScrollBar
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ScrollBarContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewScrollBarContentView
Derived Classes:
Implements:
Inherited Members
Constructors
ScrollBarContentView()
Declaration
cs-api-definition
public ScrollBarContentView()
Fields
IsActiveProperty
Identifies the IsActive property.
Declaration
cs-api-definition
public static readonly BindableProperty IsActiveProperty
Field Value
BindableProperty
OrientationProperty
Identifies the Orientation property.
Declaration
cs-api-definition
public static readonly BindableProperty OrientationProperty
Field Value
BindableProperty
Properties
IsActive
Gets or sets a value indicating whether the control is currently active.
Orientation
Gets or sets the orientation of the scroll bar.
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()