ItemsScrollLayout
Represents a scrollable items layout in the RadItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ItemsScrollLayout : ItemsViewLayout
Inheritance: objectRadLayoutItemsViewLayoutItemsScrollLayout
Inherited Members
Constructors
Initializes a new instance of the ItemsScrollLayout class.
public ItemsScrollLayout()
Fields
ContentProperty
BindableProperty
Identifies the Content property.
public static readonly BindableProperty ContentProperty
HorizontalScrollBarLayoutModeProperty
BindableProperty
Identifies the HorizontalScrollBarLayoutMode property.
public static readonly BindableProperty HorizontalScrollBarLayoutModeProperty
HorizontalScrollBarProperty
BindableProperty
Identifies the HorizontalScrollBar property.
public static readonly BindableProperty HorizontalScrollBarProperty
HorizontalScrollBarVisibilityProperty
BindableProperty
Identifies the HorizontalScrollBarVisibility property.
public static readonly BindableProperty HorizontalScrollBarVisibilityProperty
VerticalScrollBarLayoutModeProperty
BindableProperty
Identifies the VerticalScrollBarLayoutMode property.
public static readonly BindableProperty VerticalScrollBarLayoutModeProperty
VerticalScrollBarProperty
BindableProperty
Identifies the VerticalScrollBar property.
public static readonly BindableProperty VerticalScrollBarProperty
VerticalScrollBarVisibilityProperty
BindableProperty
Identifies the VerticalScrollBarVisibility property.
public static readonly BindableProperty VerticalScrollBarVisibilityProperty
Properties
Gets or sets the virtualizing items content of the layout. For more information see the ItemsVirtualLayout type.
public ItemsVirtualLayout Content { get; set; }
Gets or sets the horizontal scroll bar of the layout. For more information see the RadScrollBar type.
public RadScrollBar HorizontalScrollBar { get; set; }
Gets or sets the layout mode of the horizontal scroll bar. For more information see the ScrollBarLayoutMode type.
public ScrollBarLayoutMode HorizontalScrollBarLayoutMode { get; set; }
HorizontalScrollBarVisibility
ScrollBarVisibility
Gets or sets the visibility of the horizontal scroll bar. For more information see the ScrollBarVisibility type.
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Gets or sets the vertical scroll bar of the layout. For more information see the RadScrollBar type.
public RadScrollBar VerticalScrollBar { get; set; }
Gets or sets the layout mode of the vertical scroll bar. For more information see the ScrollBarLayoutMode type.
public ScrollBarLayoutMode VerticalScrollBarLayoutMode { get; set; }
VerticalScrollBarVisibility
ScrollBarVisibility
Gets or sets the visibility of the vertical scroll bar. For more information see the ScrollBarVisibility type.
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }