Releases: muak/AiForms.CollectionView
Releases · muak/AiForms.CollectionView
ver.0.3.16-pre
Changes
GridCollectionView / HCollectionView
- GroupFirstSpacing / GroupLastSpacing – Even if not using the grouping, this spacing is applied.
New Bindable Properties
GridCollectionView / HCollectionView
- LoadMoreCommand – When detecting appearing the last item, this command is invoked.
- LoadMoreMargin – The number of items from the last as the threshold value to invoke the LoadMoreCommand.
- SetLoadMoreCompletion – If it continues using the LoadMore after doing some process, set false; Otherwise set true.
ver.0.3.10-pre
Some bug fixes
ver.0.3.8-pre
Bug fixes
- [iOS][GridCollectionView] When a item just exists in ItemsSource, it is arranged at center.
- some bug fixes
New Properties
GridCollectionView / HCollectionView
- GroupFirstSpacing – The spacing of the first item's top or left in a group.
- GroupLastSpacing – The spacing of the last item's bottom or right in a group.
GridCollectionView
- BothSidesMargin – The margin of the right and left sides in the content area except for a group header cell.
- IsGroupHeaderSticky – Whether a group header is fixed at the top. (iOS only) (default: true)
ver.0.1.0-pre3
Change namespace for Android Resources / iOS some bug fixes
ver.0.1.0-pre
Readme