GuiListViewEx abstract method

(int, int?, int?, int?) GuiListViewEx(
  1. RectangleStructType bounds,
  2. List<String>? text, {
  3. int? scrollIndex,
  4. int? active,
  5. int? focus,
})

List View with extended parameters

Implementation

(int result, int? scrollIndex, int? active, int? focus) GuiListViewEx(
  RectangleStructType bounds,
  List<String>? text, {
    int? scrollIndex,
    int? active,
    int? focus,
  }
);