New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the track layout of the RadScrollBar control.

Definition

Namespace:Telerik.Maui.Controls.ScrollBar

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ScrollBarTrackLayout : RadLayout

Inheritance: objectRadLayoutScrollBarTrackLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

C#
public ScrollBarTrackLayout()

Fields

ContentProperty

BindableProperty

Identifies the Content property.

C#
public static readonly BindableProperty ContentProperty

ThumbBoundsProperty

BindableProperty

Identifies the ThumbBounds property.

C#
public static readonly BindableProperty ThumbBoundsProperty

Properties

Gets or sets the content of this layout.

C#
public View Content { get; set; }

Gets or sets the bounding rectangle of the thumb.

C#
public Rect ThumbBounds { get; set; }