Skip to content

Instantly share code, notes, and snippets.

@15mgm15
Created November 28, 2017 06:00
Show Gist options
  • Save 15mgm15/8f14d1f9c4dde844c45f18d17b1d7a05 to your computer and use it in GitHub Desktop.
Save 15mgm15/8f14d1f9c4dde844c45f18d17b1d7a05 to your computer and use it in GitHub Desktop.
public partial class InfiniteListViewPage : ContentPage
{
public InfiniteListViewPage()
{
InitializeComponent();
BindingContext = new InfiniteListViewViewModel();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment