Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created October 25, 2018 18:00
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/10b78788ee0ba3fee7cdc6154d3ab6b6 to your computer and use it in GitHub Desktop.
Save jfversluis/10b78788ee0ba3fee7cdc6154d3ab6b6 to your computer and use it in GitHub Desktop.
Hiding scrollbars on your Xamarin.Forms ListView
<ListView VerticalScrollBarVisibility="ScrollBarVisibility.Never"
HorizontalScrollBarVisibility="ScrollBarVisibility.Never"
</ListView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment