ItemPickerView
Class
Represents a picker which displays a collection of items.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ItemPickerView : NonVirtualizedItemsControl
Inheritance: objectRadLayoutNonVirtualizedItemsControlItemPickerView
Inherited Members
Constructors
Initializes a new instance of the ItemPickerView class.
C#
public ItemPickerView()
Fields
MaximumHeightRequestProperty
BindableProperty
Identifies the MaximumHeightRequest property.
C#
public static readonly BindableProperty MaximumHeightRequestProperty
Properties
Gets or sets the MaximumHeightRequest of the ItemPickerView.
C#
public double MaximumHeightRequest { get; set; }