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