-
Notifications
You must be signed in to change notification settings - Fork 207
WaterfallLayout
xu.jingyu edited this page Jan 14, 2020
·
3 revisions
控制瀑布流样式
可以通过设置属性来控制瀑布流的行间距列间距、列数以及内边距
WaterfallLayout() 构造方法
spanCount(number count)
设置列数
获取列数
lineSpacing(number spacing)
设置行间距
获取行间距
itemSpacing(number spacing)
设置列间距
获取列间距
layoutInset(number top, number left, number bottom, number right)
设置布局的内边距