Skip to content

Tutorial and sample code mismatch: documentation requires CollectionView, but repo still uses deprecated ListViewΒ #3

Description

@ame-code

Description

Issue Summary

While following the exercise Manage selection by using a viewmodel, I found an inconsistency between the tutorial documentation and the provided sample code:

  • Documentation requirement: Modify the CollectionView element in Views\MoviesListPage.xaml and the CollectionView_SelectionChanged event handler in Views\MoviesListPage.xaml.cs.
  • Current repo implementation: The MoviesListPage.xaml is still using the deprecated ListView (official documentation confirms it's deprecated: "ListView is deprecated. Please use CollectionView instead." – see here).

This caused confusion for beginners when the expected CollectionView could not be found while following the tutorial steps.

Expected Behavior

The sample code should align with the documentation by replacing ListView with CollectionView, so learners can successfully complete the exercise following the tutorial instructions.

Related Links

Thanks for maintaining this repo! πŸ™

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions