Hi there,
I'm using SfListView with horizontal orientation.
It works great in LTR flow direction but in RTL it shifts the items outside the screen and the user can no longer see them on IOS PLATFORM ONLY.
Please let me know when can you fix that
Thanks
Xaml Code
<Grid RowDefinitions="Auto,Auto,Auto,*">
<Label
x:Name="favouriteTitleLabel"
Grid.Row="0"
Style="{StaticResource LabelSemiBoldH6TitleText}"
Margin="5,4,5,0"
Text="{Static resources:AppRemoteLocalization.Favorites}" />
<xforms:SfListView
x:Name="favouriteList"
Grid.Row="1"
HeightRequest="130"
Orientation="Horizontal"
ItemSize="130"
ItemsSource="{Binding FavoriteItemsSource, Source={RelativeSource AncestorType={Type controls:SelfServicesView}}}" />
</Grid>
Attachment:
sflistview_issue_a383597f.zip