Skip to content

ver.0.3.16-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@muak muak released this 16 Aug 12:44
· 4 commits to master since this release
b902957

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.