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