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 RadScrollBar

Represents a horizontal or vertical scroll bar in a scrollable control. Provides consistent look and feel with many styling and customization options.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
ScrollBarContentView
RadScrollBar
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
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadScrollBar : ScrollBarContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripScrollBar, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform

Constructors

RadScrollBar()

Initializes a new instance of the RadScrollBar class.

Declaration
public RadScrollBar()

Fields

AreScrollButtonsVisibleProperty

Identifies the AreScrollButtonsVisible property.

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

DecrementButtonStyleProperty

Identifies the DecrementButtonStyle property.

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

DecrementButtonTemplateProperty

Identifies the DecrementButtonTemplate property.

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

IncrementButtonStyleProperty

Identifies the IncrementButtonStyle property.

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

IncrementButtonTemplateProperty

Identifies the IncrementButtonTemplate property.

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

LargeChangeProperty

Identifies the LargeChange property.

Declaration
public static readonly BindableProperty LargeChangeProperty
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

SmallChangeProperty

Identifies the SmallChange property.

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

ThumbStyleProperty

Identifies the ThumbStyle property.

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

ThumbTemplateProperty

Identifies the ThumbTemplate property.

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

TrackStyleProperty

Identifies the TrackStyle property.

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

TrackTemplateProperty

Identifies the TrackTemplate property.

Declaration
public static readonly BindableProperty TrackTemplateProperty
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

AreScrollButtonsVisible

Gets or sets a value indicating whether the scroll buttons are currently visible.

Declaration
public bool AreScrollButtonsVisible { get; set; }
Property Value
System.Boolean

DecrementButtonStyle

Gets or sets the Microsoft.Maui.Controls.Style of the decrement button. The target type of this Microsoft.Maui.Controls.Style is ScrollBarDecrementButtonView.

Declaration
public Style DecrementButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

DecrementButtonTemplate

Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the decrement button. The target type of this Microsoft.Maui.Controls.ControlTemplate is ScrollBarDecrementButtonView.

Declaration
public ControlTemplate DecrementButtonTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate

IncrementButtonStyle

Gets or sets the Microsoft.Maui.Controls.Style of the increment button. The target type of this Microsoft.Maui.Controls.Style is ScrollBarIncrementButtonView.

Declaration
public Style IncrementButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

IncrementButtonTemplate

Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the increment button. The target type of this Microsoft.Maui.Controls.ControlTemplate is ScrollBarIncrementButtonView.

Declaration
public ControlTemplate IncrementButtonTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate

LargeChange

Gets or sets the large change step of the scroll bar.

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

LargeDecrementCommand

Gets a command that decrements the current value with the large change step.

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

LargeIncrementCommand

Gets a command that increments the current value with the large change step.

Declaration
public ICommand LargeIncrementCommand { get; }
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

SmallChange

Gets or sets the small change step of the scroll bar.

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

SmallDecrementCommand

Gets a command that decrements the current value with the small change step.

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

SmallIncrementCommand

Gets a command that increments the current value with the small change step.

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

ThumbStyle

Gets or sets the Microsoft.Maui.Controls.Style of the thumb. The target type of this Microsoft.Maui.Controls.Style is ScrollBarThumbView.

Declaration
public Style ThumbStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

ThumbTemplate

Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the thumb. The target type of this Microsoft.Maui.Controls.ControlTemplate is ScrollBarThumbView.

Declaration
public ControlTemplate ThumbTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate

TrackStyle

Gets or sets the Microsoft.Maui.Controls.Style of the track area. The target type of this Microsoft.Maui.Controls.Style is ScrollBarTrackView.

Declaration
public Style TrackStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

TrackTemplate

Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the track area. The target type of this Microsoft.Maui.Controls.ControlTemplate is ScrollBarTrackView.

Declaration
public ControlTemplate TrackTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate

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()

Events

ValueChanged

Raised when the Value property has changed.

Declaration
public event EventHandler<ValueChangedEventArgs<double>> ValueChanged
Event Type
System.EventHandler<ValueChangedEventArgs<System.Double>>

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.