I have download your sample but i don't get it why it not work for my project. I have upload a video of my sample in the attackment and here is my XAML
<ScrollView>
<StackLayout Spacing="0">
<syncfusion:SfListView ItemsSource="{Binding ImageList}"
SelectionBackgroundColor="Transparent" AutoFitMode="DynamicHeight"
Orientation="Horizontal" IsScrollBarVisible="False"
HeightRequest="235">
<syncfusion:SfListView.ItemTemplate>
<DataTemplate>
<Image Source="{Binding }" Aspect="AspectFill" HeightRequest="150" WidthRequest="150" HorizontalOptions="Center" VerticalOptions="Center" Margin="10"/>
</DataTemplate>
</syncfusion:SfListView.ItemTemplate>
</syncfusion:SfListView>
</StackLayout>
</ScrollView>
Attachment:
sample_sflistview_8dc693cf.zip