Constructor Picker
Picker()
Default constructor.
Declaration
public Picker()
Picker(IList, int[])
Construct a Picker UI element with a provided dynamic collection of items.
Declaration
public Picker(IList items, int[] defaultIndices = null)
Parameters
Type | Name | Description |
---|---|---|
IList | items | An items collection. |
int[] | defaultIndices | The selected index by default. |