Skip to content

Releases: muak/AiForms.CollectionView

ver.0.3.16-pre

16 Aug 12:44
b902957
Compare
Choose a tag to compare
ver.0.3.16-pre Pre-release
Pre-release

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

05 Dec 07:58
5d5f8f9
Compare
Choose a tag to compare
ver.0.3.10-pre Pre-release
Pre-release

Some bug fixes

ver.0.3.8-pre

29 Oct 13:59
fd27113
Compare
Choose a tag to compare
ver.0.3.8-pre Pre-release
Pre-release

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

06 Oct 12:27
Compare
Choose a tag to compare
ver.0.1.0-pre3 Pre-release
Pre-release
Change namespace for Android Resources / iOS some bug fixes

ver.0.1.0-pre

01 Oct 08:27
Compare
Choose a tag to compare
ver.0.1.0-pre Pre-release
Pre-release
Readme