Flowlayout's loadMoreView supports fullSpan,default is false

This commit is contained in:
pengfei.zhou
2021-10-11 18:32:14 +08:00
committed by osborn
parent 738c072ee4
commit f09f7859b9
7 changed files with 20 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ export declare class FlowLayoutItem extends Stack {
identifier?: string;
/**
* When set to true, the item will layout using all span area.
* HeaderView, footerView or loadMoreView is always true by default.
* LoadMoreView is default to true.
*/
fullSpan?: boolean;
}