ScrollBarTrackView
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
Initializes a new instance of the ScrollBarTrackView class.
public ScrollBarTrackView()
Fields
DecrementCommandProperty
BindableProperty
Identifies the DecrementCommand property.
public static readonly BindableProperty DecrementCommandProperty
IncrementCommandProperty
BindableProperty
Identifies the IncrementCommand property.
public static readonly BindableProperty IncrementCommandProperty
MaximumProperty
BindableProperty
Identifies the Maximum property.
public static readonly BindableProperty MaximumProperty
MinimumProperty
BindableProperty
Identifies the Minimum property.
public static readonly BindableProperty MinimumProperty
ValueProperty
BindableProperty
Identifies the Value property.
public static readonly BindableProperty ValueProperty
ViewportSizeProperty
BindableProperty
Identifies the ViewportSize property.
public static readonly BindableProperty ViewportSizeProperty
Properties
Gets or sets a command that decrements the current value.
public ICommand DecrementCommand { get; set; }
Gets or sets a command that increments the current value.
public ICommand IncrementCommand { get; set; }
Gets or sets the maximum value of the scroll bar.
public double Maximum { get; set; }
Gets or sets the minimum value of the scroll bar.
public double Minimum { get; set; }
Gets or sets the viewport size of the scroll bar.
public double ViewportSize { get; set; }
Methods
protected override void OnApplyTemplate()
Overrides:
Events
Raised when the Value property has changed.
public event EventHandler ValueChanged