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

[net7.0] Make CollectionView on iOS measure to content size #15652

Merged
merged 4 commits into from
Aug 16, 2023

Commits on Jun 14, 2023

  1. Make CollectionView on iOS measure to content size (#14951)

    * Make CollectionView on iOS measure to content size
    Fixes #9135
    
    * Make tests work when device is in landscape
    
    * Auto-format source code
    
    * Removed extra local variable
    
    * Update src/Controls/src/Core/Handlers/Items/ItemsViewHandler.iOS.cs
    
    Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
    
    * Handle height/width invalidation checks independently
    
    ---------
    
    Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com>
    Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
    3 people committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ab6005d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    afa10ea View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Remove unused member

    hartez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5c67a4f View commit details
    Browse the repository at this point in the history
  2. Fix alignment check

    hartez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5a0327d View commit details
    Browse the repository at this point in the history