GuiListViewEx abstract method
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,
}
);