Enum PickerValuesLayout

Stay organized with collections Save and categorize content based on your preferences.
PickerValuesLayout

An enumeration of how to display selected values in picker widget.

Properties

PropertyTypeDescription
ASIDEEnumSelected values display in a single text line next to the value picker widget.
BELOWEnumSelected values display in a single text line below the widget.
BELOW_WRAPPINGEnumSimilar to below, but entries that cannot fit in the picker wrap to a new line.
BELOW_STACKEDEnumSelected values display in a column below the widget.