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

Add initial sample #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

b-straub
Copy link

@b-straub b-straub commented May 8, 2019

Screenshots

Layout Issues

LayoutIssues

ScrollTo Issues

ScrollToIssues

What went well?

How easy is it to convert your existing ListView to the CollectionView?

  • very easy, basically copying the "ViewCell" XAML to the "DataTemplate"

What didn't go well?

There are three major issues:

  • Layout issues for complex variable height scenarios, most cases are handled well but some not
  • ScrollTo misses sometimes the right location for complex variable height scenarios
  • When starting the App in landscape mode, screen rotation doesn't expand the CollectionView correctly. Adding "FillAndExpand" options to StackLayout or CollectionView doesn't solve the
    problem.
  • Changes in the "ObservableCollection" are not reflected. Press the "Clear button" in the toolbar and nothing happens.

How is the performance?

How is the performance using CollectionView compared to when using the ListView?

  • better

Missing or Desired Things:

Anything?

  • for now not ;-)

Swag Time!

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

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.

1 participant