Class ItemPickerView
Represents a picker which displays a collection of items.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ItemPickerView : NonVirtualizedItemsControl
Constructors
ItemPickerView()
Fields
MaximumHeightRequestProperty
Identifies the MaximumHeightRequest property.
Declaration
public static readonly BindableProperty MaximumHeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MaximumHeightRequest
Gets or sets the MaximumHeightRequest of the ItemPickerView.
Declaration
public double MaximumHeightRequest { get; set; }
Property Value
System.Double
|