Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

RemainingItemsThresholdReachedCommand and RemainingItemsThreshold #11595

Answered by Kapusch
angelru asked this question in General
Discussion options

You must be logged in to vote

As quoted from the doc :

  • RemainingItemsThreshold, of type int, the threshold of items not yet visible in the list at which the RemainingItemsThresholdReached event will be fired.
  • RemainingItemsThresholdReachedCommand, of type ICommand, which is executed when the RemainingItemsThreshold is reached.

When threshold is set to 5, that means the command will be triggered when only 5 or less items are remaining in your collection source, while not having yet been displayed.

For every new component you want to implement, you should have a look at Xamarin Forms Samples repository.

And don't forget the documentation : https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/collectio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by angelru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants