-
Notifications
You must be signed in to change notification settings - Fork 207
WaterfallLayout
xu_whale edited this page Dec 5, 2019
·
3 revisions
控制瀑布流样式
可以通过设置属性来控制瀑布流的行间距列间距以及列数
WaterfallLayout() 构造方法
spanCount(number a)
设置列数
获取列数
lineSpacing(number a)
设置行间距
获取行间距
itemSpacing(number a)
设置列间距
获取列间距