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

Description
Collection View does not support RTL on ios if it horizontal or multi columns
Steps to Reproduce
- Create collection view and set it to Horizontal mode or add extra columns grid
- 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">