https://github.com/thisisgame/infinitygridlayoutgroup
InfinityGridLayoutGroup there are many in need scrolling substitute GridLayoutGroup
https://github.com/thisisgame/infinitygridlayoutgroup
Last synced: about 1 year ago
JSON representation
InfinityGridLayoutGroup there are many in need scrolling substitute GridLayoutGroup
- Host: GitHub
- URL: https://github.com/thisisgame/infinitygridlayoutgroup
- Owner: ThisisGame
- License: mit
- Created: 2016-05-31T12:21:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T17:13:59.000Z (over 5 years ago)
- Last Synced: 2025-04-02T07:51:09.286Z (over 1 year ago)
- Language: C#
- Size: 31.3 KB
- Stars: 30
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InfinityGridLayoutGroup
InfinityGridLayoutGroup there are many in need scrolling substitute GridLayoutGroup
无限滚动GridLayoutGroup,动态创建滚动Item;
实现无限滚动,需要的最少的child数量。屏幕上能看到的+一行看不到的,比如我在屏幕上能看到 2 行,每一行 2 个。则这个值为 2行*2个 + 1 行* 2个 = 6个。