Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created January 6, 2015 08:12
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 RamChBachkheti/43189c3f431ec1f93fc4 to your computer and use it in GitHub Desktop.
Save RamChBachkheti/43189c3f431ec1f93fc4 to your computer and use it in GitHub Desktop.
System.ArgumentNullException was unhandled by user code
HResult=-2147467261
Message=Value cannot be null.
Parameter name: key
Source=mscorlib
ParamName=key
StackTrace:
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Xamarin.Forms.Platform.WinPhone.ListViewRenderer.GetReusable(Dictionary`2 reusables, DataTemplate template, Object dataContext)
at Xamarin.Forms.Platform.WinPhone.ListViewRenderer.OnScrollToRequested(Object sender, ScrollToRequestedEventArgs e)
at Xamarin.Forms.ListView.OnScrollToRequested(ScrollToRequestedEventArgs e)
at Xamarin.Forms.ListView.ScrollTo(Object item, ScrollToPosition position, Boolean animated)
at bug_25611.MyPage.<>c__DisplayClass6.<.ctor>b__5()
InnerException:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment