skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ScrollBarTrackView

Represents the track area of the RadScrollBar control.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
ScrollBarContentView
ScrollBarTrackView
Inherited Members
ScrollBarContentView.OrientationProperty
ScrollBarContentView.IsActiveProperty
ScrollBarContentView.ChangeVisualState()
ScrollBarContentView.Orientation
ScrollBarContentView.IsActive
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.OnPropertyChanged(String)
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls.ScrollBar
Assembly: Telerik.Maui.Controls.dll

Syntax

public class ScrollBarTrackView : ScrollBarContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

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
Microsoft.Maui.Controls.BindableProperty

IncrementCommandProperty

Identifies the IncrementCommand property.

Declaration
public static readonly BindableProperty IncrementCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MaximumProperty

Identifies the Maximum property.

Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MinimumProperty

Identifies the Minimum property.

Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ValueProperty

Identifies the Value property.

Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ViewportSizeProperty

Identifies the ViewportSize property.

Declaration
public static readonly BindableProperty ViewportSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

DecrementCommand

Gets or sets a command that decrements the current value.

Declaration
public ICommand DecrementCommand { get; set; }
Property Value
System.Windows.Input.ICommand

IncrementCommand

Gets or sets a command that increments the current value.

Declaration
public ICommand IncrementCommand { get; set; }
Property Value
System.Windows.Input.ICommand

Maximum

Gets or sets the maximum value of the scroll bar.

Declaration
public double Maximum { get; set; }
Property Value
System.Double

Minimum

Gets or sets the minimum value of the scroll bar.

Declaration
public double Minimum { get; set; }
Property Value
System.Double

Value

Gets or sets the current value of the scroll bar.

Declaration
public double Value { get; set; }
Property Value
System.Double

ViewportSize

Gets or sets the viewport size of the scroll bar.

Declaration
public double ViewportSize { get; set; }
Property Value
System.Double

Methods

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Overrides
RadCompositeContentView.OnApplyTemplate()

OnSizeAllocated(Double, Double)

Declaration
protected override void OnSizeAllocated(double width, double height)
Parameters
System.Double width

System.Double height

Events

ValueChanged

Raised when the Value property has changed.

Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.