Skip to main content

Introduction

A UI control used to display a list of options in a single line, showing only the currently selected value and navigating with arrows.

"Inline List"

Fields#

NameDescription
Left ArrowImage showing the left navigation arrow.
Option TextLabel displaying the selected item text.
Right ArrowImage showing the right navigation arrow.
Allow LoopingAllow moving from the last to first item or vice versa.
OptionsList of available options
Input TypeMethod used to navigation between options.
Input ButtonButton used to navigation between options.
Previous KeyKey used to go to previous item.
Next KeyKey used to go to next time.
On Selection ChangedEvent raised whenever selection changes.
On Index ChangedEvent raised whenever selection changes.

Properties#

NameDescription
selectedIndexGets/Sets the selected index.
selectedTextGets the text for the selected index.

Methods#

NameDescription
AddOptionAdds a new option to the end of the list.
AddOptionsAdds a list of options to the end fo the list.
ClearRemove all options from the list.