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

Represents a scrollable items layout in the RadItemsView control.

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ItemsScrollLayout : ItemsViewLayout

Inheritance: objectRadLayoutItemsViewLayoutItemsScrollLayout

Inherited Members ItemsViewLayout.OnChildAdded(Element)ItemsViewLayout.OnChildRemoved(Element, int)RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the ItemsScrollLayout class.

C#
public ItemsScrollLayout()

Fields

ContentProperty

BindableProperty

Identifies the Content property.

C#
public static readonly BindableProperty ContentProperty

Identifies the HorizontalScrollBarLayoutMode property.

C#
public static readonly BindableProperty HorizontalScrollBarLayoutModeProperty

Identifies the HorizontalScrollBar property.

C#
public static readonly BindableProperty HorizontalScrollBarProperty

Identifies the HorizontalScrollBarVisibility property.

C#
public static readonly BindableProperty HorizontalScrollBarVisibilityProperty

Identifies the VerticalScrollBarLayoutMode property.

C#
public static readonly BindableProperty VerticalScrollBarLayoutModeProperty

Identifies the VerticalScrollBar property.

C#
public static readonly BindableProperty VerticalScrollBarProperty

Identifies the VerticalScrollBarVisibility property.

C#
public static readonly BindableProperty VerticalScrollBarVisibilityProperty

Properties

Gets or sets the virtualizing items content of the layout. For more information see the ItemsVirtualLayout type.

C#
public ItemsVirtualLayout Content { get; set; }

Gets or sets the horizontal scroll bar of the layout. For more information see the RadScrollBar type.

C#
public RadScrollBar HorizontalScrollBar { get; set; }

Gets or sets the layout mode of the horizontal scroll bar. For more information see the ScrollBarLayoutMode type.

C#
public ScrollBarLayoutMode HorizontalScrollBarLayoutMode { get; set; }

Gets or sets the visibility of the horizontal scroll bar. For more information see the ScrollBarVisibility type.

C#
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }

Gets or sets the vertical scroll bar of the layout. For more information see the RadScrollBar type.

C#
public RadScrollBar VerticalScrollBar { get; set; }

Gets or sets the layout mode of the vertical scroll bar. For more information see the ScrollBarLayoutMode type.

C#
public ScrollBarLayoutMode VerticalScrollBarLayoutMode { get; set; }

VerticalScrollBarVisibility

ScrollBarVisibility

Gets or sets the visibility of the vertical scroll bar. For more information see the ScrollBarVisibility type.

C#
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }