Skip to content
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

My Layout #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

My Layout #40

wants to merge 2 commits into from

Conversation

brunohenriquy
Copy link

Screenshots

Ex: Original vs Android vs iOS

ListView
CollectionView

What went well?

How easy is it to convert your existing ListView to the CollectionView?
I was very easy. Just Copied my ListView layout from my project. Also didn't need to put a couple of options like HasUnevenRows="true". The code looks cleaner.

What didn't go well?

Did you run into any particular difficulties, and if so, what were the specific causes?
I couldn't get the Pull to Refresh behavior
I found here: xamarin/Xamarin.Forms#3172
IsPullToRefreshEnabled - this is now handled by the RefreshView.
But couldn't get it to work.

How is the performance?

How is the performance using CollectionView compared to when using the ListView?
It seems to be the same or better.

Missing or Desired Things:

Anything?
Infinite Scroll would be great to be native in CollectionView.

Swag Time!

Take a minute now or later and provide your info here: https://www.surveymonkey.com/r/WKBZCXX

@pauldipietro
Copy link
Owner

Thank you for your contribution. Pull-to-refresh still has to be implemented but is planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants