Share via


ItemsView.SendRemainingItemsThresholdReached Method

Definition

Manually triggers the remaining items threshold behavior.

public:
 void SendRemainingItemsThresholdReached();
public void SendRemainingItemsThresholdReached();
member this.SendRemainingItemsThresholdReached : unit -> unit
Public Sub SendRemainingItemsThresholdReached ()

Remarks

This method raises the RemainingItemsThresholdReached event and executes the RemainingItemsThresholdReachedCommand. It's typically called by platform-specific renderers when scrolling reaches the threshold, but can be called manually if needed.

Applies to