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

laResult - the operation result

MPLAB® Harmony Graphics Suite