# Unity-UI-Controls **Repository Path**: boubou/Unity-UI-Controls ## Basic Information - **Project Name**: Unity-UI-Controls - **Description**: Unity UI Controls - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-16 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unity-UI-Controls Unity UI Controls ## ListBox ![ListBox](Documents/Images/ListBox.png) ### Usage On your hierarchy view, right click -> UI/Controls/ListBox . On added ListBox inspector, 1. Set your ListBox item strings as String[] items. 2. Set "Selected Index" value, that is an index of initial selectd item index. 3. Set callback event "OnSelected", that is called with the selected string argument when clicking the item