Pull to refresh UWP - Grid view?

Can someone please advise me on the “correct” way to implement Pull for updating in UWP?


Below are some examples that I found, but I'm not sure which one uses the best approach:

Any advice is greatly appreciated

+4
source share
2 answers

There is no standard answer to this question, basically, there are two points that we need to implement:

  • Get offset changes when the user clicks on a control

  • Generate an indicator to notify the user


Both XamlPullToRefresh and PullToRefreshUWP_WindowsComposition use the new Windows layout API: Windows.UI.Composition namespace

Ref Windows.UI.Composition Review

API , XAML UWP # . API DX .

, API Windows 10.


AmazingPullToRefresh API , .


pull-to-refresh, API Windows.UI.Composition.

+3

microsoft.

/ - , , , -.

, db? . . firebase.google.com

, , . PullToRefresh.UWP NuGet. .: codeproject.com

, , , , .

, : , , "" . ? . , . , .

+1

Source: https://habr.com/ru/post/1648882/


All Articles