MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScrollBarWidget_SetScrollPercentage Function
MPLAB® Harmony Graphics Suite
laScrollBarWidget_SetScrollPercentage Function
C
LIB_EXPORT laResult laScrollBarWidget_SetScrollPercentage(
    laScrollBarWidget* bar, 
    uint32_t val
);
Parameters
Parameters 
Description 
laScrollBarWidget* bar 
the widget 
uint32_t val 
a value from 0 - 100 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite