Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] Collection View does not support rtl on ios #8759

@motasemloubani91

Description

@motasemloubani91

Collection View does not support RTL on ios if it horizontal or multi columns

Steps to Reproduce

  1. Create collection view and set it to Horizontal mode or add extra columns grid
  2. observe the result

Expected Behavior

support RTL

Actual Behavior

does not support RTL

  • Version with issue: ios - all versions
  • Last known good version: 4.3.0
  • IDE: vs 2019
  • Platform Target Frameworks:
    • iOS: all versions
    • Android: working as expected
  • Nuget Packages:
  • Affected Devices: iPhone 6 and up.

Reproduction

You can use the HeaderFooterGridHorizontal.xaml to test this

Just set the CV in there to RTL

<CollectionView FlowDirection="RightToLeft" Grid.Row="1" x:Name="CollectionView">

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions