MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laListWheelWidget_SetAutoHideWheel Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetAutoHideWheel Function

Sets the list wheel to auto hide when not active

C
LIB_EXPORT laResult laListWheelWidget_SetAutoHideWheel(
    laListWheelWidget* whl, 
    laBool autoHide
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
laBool autoHide 
sets the list wheel to auto hide 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite