MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScrollBarWidget_SetScrollValue Function
MPLAB® Harmony Graphics Suite
laScrollBarWidget_SetScrollValue Function
C
LIB_EXPORT laResult laScrollBarWidget_SetScrollValue(
    laScrollBarWidget* bar, 
    uint32_t val
);
Parameters
Parameters 
Description 
laScrollBarWidget* bar 
the widget 
the desired scroll value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite