# Unity-UIToolkit-ListViewHorizontal **Repository Path**: gan30/Unity-UIToolkit-ListViewHorizontal ## Basic Information - **Project Name**: Unity-UIToolkit-ListViewHorizontal - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-22 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unity-UIToolkit-ListViewHorizontal Horizontal ListView for Unity's UI Toolkit. The VisualElement has been created by decompiling and adapting Unity's vertical ListView. Therefor, x / width / horizontal has been swapped with y / height / vertical. Sadly, the ListView VisualElement from Unity does not provide horizontal direction, only vertical (see [Unity forum](https://forum.unity.com/threads/listview-horizontal-arrangements-of-items.909632/#post-8969272)), hence this workaround. Note that some implementation details have been skipped either because internal API was not reachable or because I did not need these features. Skipped features include - DragAndDrop to reorder items - dynamic item width