How to pull up to load more data?

I want something like PullToReload, but need pull up from bottom, how to do? thanks.

Hi!

You can achieve this very easily by changing the Range property of the PullToReload. (This property is inherited from ScrollingAnimation):

The default for PullToReload is Range="SnapMin"

<PullToReload Range="SnapMax">

I’ll make sure this information makes its way to our documentation as well :slight_smile: