ScrollBarTrackLayout
Class
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
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
Content
View
Gets or sets the content of this layout.
C#
public View Content { get; set; }
ThumbBounds
Rect
Gets or sets the bounding rectangle of the thumb.
C#
public Rect ThumbBounds { get; set; }