DisplayMode

enum DisplayMode : Enum<DisplayMode>

The display modes that can be used. LIST, GRID_HORIZONTAL

Entries

Link copied to clipboard

Depending on the amount of Options, the options are be displayed in one to two rows with at most 4 options per row. With more than 8 options, the options are displayed in a one row horizontal scrollable view.

Link copied to clipboard

Depending on the amount of Options, the options are be displayed in one to two rows with at most 4 options per row. With more than 8 options, the options are displayed in a vertical scrollable view.

Link copied to clipboard

Displays the options in a vertical list.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int