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