MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_SetItemVisible Function
MPLAB® Harmony Graphics Suite
laListWidget_SetItemVisible Function
C
LIB_EXPORT laResult laListWidget_SetItemVisible(
    laListWidget* lst, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t index 
the index to modify 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite