Class MultiComponentPicker
Multi component picker.
Inheritance
MultiComponentPicker
Implements
Inherited Members
Xamarin.Forms.TemplatedView.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class MultiComponentPicker : ContentView, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, INavigationProxy, IStyleSelectable, IAnimatable, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, ILayout, ILayoutController, IPaddingElement, IControlTemplated
Constructors
MultiComponentPicker()
Initializes a new instance of the MultiComponentPicker class.
Declaration
public MultiComponentPicker()
Fields
ComponentsProperty
The components property.
Declaration
public static readonly BindableProperty ComponentsProperty
Field Value
Type | Description |
---|---|
BindableProperty |
RowHeightProperty
The row height property.
Declaration
public static readonly BindableProperty RowHeightProperty
Field Value
Type | Description |
---|---|
BindableProperty |
RowSizesProperty
The row sizes property.
Declaration
public static readonly BindableProperty RowSizesProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
Components
Gets or sets the components.
Declaration
public ObservableCollection<ObservableCollection<object>> Components { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<ObservableCollection<Object>> | The components. |
RowHeight
Gets or sets the height of the row.
Declaration
public int RowHeight { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The height of the row. |
RowSizes
Gets or sets the row sizes.
Declaration
public List<double> RowSizes { get; set; }
Property Value
Type | Description |
---|---|
List<Double> | The row sizes. |
Events
SelectionChanged
Occurs when selection changed.
Declaration
public event EventHandler<MultiComponentPicker.SelectionChangedEventArgs> SelectionChanged
Event Type
Type | Description |
---|---|
EventHandler<MultiComponentPicker.SelectionChangedEventArgs> |