Interlude.Tick.Extra.DebugUI.ListView
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
ListView Class¶
Inheritance System.Object → ListView
Methods¶
ListView.Do(UI, string, int, string[]) Method¶
Draws a vertical scrollable list of selectable rows. Returns true when the selection changed.
Parameters¶
ui UI
selectedIndex System.Int32
items System.String[]
Returns¶
ListView.DoLabelled(UI, string, string, int, string[]) Method¶
Draws a labelled scrollable list of selectable rows. Returns true when the selection changed.
public static bool DoLabelled(Interlude.Tick.UI ui, string id, string label, ref int selectedIndex, string[] items);
Parameters¶
ui UI
label System.String
selectedIndex System.Int32
items System.String[]