GuiListView abstract method

(int, int?, int?) GuiListView(
  1. RectangleStructType bounds,
  2. String? text, {
  3. int? scrollIndex,
  4. int? active,
})

List View control

Implementation

(int result, int? scrollIndex, int? active) GuiListView(
  RectangleStructType bounds,
  String? text, {
    int? scrollIndex,
    int? active,
  }
);