Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active December 4, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/f716c3ee8257dba20b4a4c40404f126f to your computer and use it in GitHub Desktop.
Save jfversluis/f716c3ee8257dba20b4a4c40404f126f to your computer and use it in GitHub Desktop.
ListView with colored refresh control
<ContentPage ...>
<ListView RefreshControlColor="Red" IsPullToRefreshEnabled="true">
...
</ListView>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment