-
Notifications
You must be signed in to change notification settings - Fork 207
CollectionLayout.ag
xu_whale edited this page Sep 7, 2020
·
1 revision
指定每个视图之间的间隔以及大小
CollectionLayout() 构造方法
layoutInset(number top, number left, number bottom, number right)
设置网格布局的内边距
lineSpacing(number lineSpace)
设置cell之间的纵向间隔
获取cell之间的纵向间隔
itemSpacing(number itemSpace)
设置cell之间的横向间隔
获取cell之间的横向间隔
spanCount(number spanCount)
设置列数(竖向滚动)、行数(横向滚动)
获取列数(竖向滚动)、行数(横向滚动)
ID(string id)
设置视图id