-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help Needed #11
Comments
Okay, so adding
after I also had to change There was some warning on
2018-06-07 UPDATE I found it wasn't working on iOS as well and had to do a similar change, copying
and pasting it underneath Then my list items would show up but they were all square instead of the rectangular dimentions I had set in the xaml file. To fix that I changed 2018-06-19 UPDATE |
I'm trying to integrate this into my project, specifically the HorizontalViewNative, but I can't get anything to show up inside the
<local:HorizontalViewNative>
. I added a bunch of debug statements and it seems like the RecycleViewAdapter is never being set in AndroidHorizontalViewRenderer.cs'sOnElementPropertyChanged()
becausee.PropertyName
is never "ItemsSource". I'd really appreciate any insight you might have.The text was updated successfully, but these errors were encountered: