MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_GetItemCount Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_GetItemCount Function
C
LIB_EXPORT uint32_t laListWheelWidget_GetItemCount(
    laListWheelWidget* whl
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
Returns

uint32_t - the number of items in the list

MPLAB® Harmony Graphics Suite