1using System.Windows.Input;
45 this.RemainingItemsThresholdReached += this.LoadingCollectionView_ThresholdReached;
46 this.SelectionChanged += this.LoadingCollectionView_SelectionChanged;
49 private void LoadingCollectionView_ThresholdReached(
object? Sender, EventArgs e)
55 private void LoadingCollectionView_SelectionChanged(
object? Sender, SelectionChangedEventArgs e)
CollectionView that can load new items when the last items is being displayed
LoadingCollectionView()
ListView that can load new items when the last items is being displayed
static readonly BindableProperty ItemSelectedCommandProperty
static readonly BindableProperty LoadMoreCommandProperty
ICommand ItemSelectedCommand
Command executed when last item is appearing and new data should be loaded.
ICommand LoadMoreCommand
Command executed when last item is appearing and new data should be loaded.