GuiListViewEx

List View control extended parameters NOTE: Elements could be disabled individually and focused element could be obtained: int *enabled defines an array with enabled elements inside the list int *focus returns focused element (may be not pressed)

bool
GuiListViewEx
(
Rectangle bounds
,
string[] text
,
int count
,
ref int enabled
,
ref int active
,
ref int focus
,
ref int scrollIndex
,
)

Meta