ItemsView.SendRemainingItemsThresholdReached Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.