# Unity-ListView **Repository Path**: class_four/Unity-ListView ## Basic Information - **Project Name**: Unity-ListView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-10 - **Last Updated**: 2024-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unity-ListView 基于UnityUGUI,实现标准的可复用Cell的列表视图。 阶段保存一个版本: ListView基本排布原理1:只做一个排布方式 “水平方向、从左到右”,不考虑数据和复用。(已完成) ListView基本排布原理2:在基本排布原理1的基础上,实现Cell复用。(已完成) GridView:多行多列多方向 Cell复用。(已完成) 常见需求,PageView/Swiper、多种不规则Cell的排布等。(未进行) 其他特殊需求。 详细记录实现思路:https://blog.csdn.net/NRatel/article/details/100561203 ListView效果预览: ![alt text](https://github.com/NRatel/Unity-ListView/blob/master/demonstration/list2.gif) 右侧重叠放置: ![alt text](https://github.com/NRatel/Unity-ListView/blob/master/demonstration/listS1.gif) GridView: ![alt text](https://github.com/NRatel/Unity-ListView/blob/master/demonstration/grid1.gif)