Xamarin.Forms 2.4.0.9102
I have problem with ListView in UWP (only UWP).
When I scrolling up or down then listview lag.
My XAML:
<ContentPage.Content> <ListView CachingStrategy="RecycleElement" ItemsSource="{Binding Products}" > <ListView.ItemTemplate> <DataTemplate> <ViewCell> <Label Grid.Row="0" Text="{Binding Name}" FontSize="Medium" TextColor="Black" /> </ViewCell> </DataTemplate> </ListView.ItemTemplate> </ListView> </ContentPage.Content>
Details on screens.