ClassScrollBarTrackView
Represents the track area of the RadScrollBar control.
Definition
Namespace:Telerik.Maui.Controls.ScrollBar
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ScrollBarTrackView : ScrollBarContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewScrollBarContentViewScrollBarTrackView
Implements:
Inherited Members
Constructors
ScrollBarTrackView()
Initializes a new instance of the ScrollBarTrackView class.
Declaration
public ScrollBarTrackView()
Fields
DecrementCommandProperty
Identifies the DecrementCommand property.
Declaration
public static readonly BindableProperty DecrementCommandProperty
Field Value
BindableProperty
IncrementCommandProperty
Identifies the IncrementCommand property.
Declaration
public static readonly BindableProperty IncrementCommandProperty
Field Value
BindableProperty
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
ViewportSizeProperty
Identifies the ViewportSize property.
Declaration
public static readonly BindableProperty ViewportSizeProperty
Field Value
BindableProperty
Properties
DecrementCommand
Gets or sets a command that decrements the current value.
Declaration
public ICommand DecrementCommand { get; set; }
Property Value
IncrementCommand
Gets or sets a command that increments the current value.
Declaration
public ICommand IncrementCommand { get; set; }
Property Value
Maximum
Gets or sets the maximum value of the scroll bar.
Minimum
Gets or sets the minimum value of the scroll bar.
Value
Gets or sets the current value of the scroll bar.
ViewportSize
Gets or sets the viewport size of the scroll bar.
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
Events
ValueChanged
Raised when the Value property has changed.