Loading indicator is missing on Pull to refresh list view

Hi SF Team,

We have implemented Pull down to refresh code on Syncfusion grouped list view. Its working but while pulling - that loader is missing, can you please help.
I have referred all blogs but lo lick so far,
Code -
<pulltoRefresh:SfPullToRefresh
                                x:Name="pullToRefreshList"
                                Grid.Row="0"
                                Grid.Column="0"
                                IsRefreshing="False"
                                ProgressBackgroundColor="White"
                                ProgressStrokeColor="Orange"
                                ProgressStrokeWidth="2"
                                PullingThershold="100"
                                RefreshContentHeight="50"
                                RefreshContentWidth="50"
                                TransitionMode="Push">
                                <pulltoRefresh:SfPullToRefresh.PullableContent>
                                    <Grid>
                                        <sync:SfListView
                                            x:Name="lvCommonControl"
                                            AutoFitMode="Height"
                                            BackgroundColor="White"
                                            HorizontalOptions="FillAndExpand"
                                            LoadMoreCommandParameter="{Binding Source={x:Reference Name=lvCommonControl}}"
                                            VerticalOptions="FillAndExpand">
                                            <sync:SfListView.ItemTemplate>
                                                <DataTemplate>
                                                  ...

1 Reply 1 reply marked as answer

LN Lakshmi Natarajan Syncfusion Team April 28, 2021 09:36 AM UTC

Hi KNineByte, 
 
Thank you for using Syncfusion products. 
 
We have checked the reported query “Loading indicator is missing on Pull to refresh list view” from our side. We would like to inform you that we could not reproduce the reported scenario at our side. We have prepared a sample based on the code snippets provided and attached in the following link, 
 
 
Please check our sample and let us know if you still facing the same issue? If not, please modify our sample and revert us back with the following details, 
  • Share issue reproducing video
  • Share Device configuration details
  • Share Syncfusion and Xamarin.Forms versions
 
Regards, 
Lakshmi Natarajan 


Marked as answer
Loader.
Up arrow icon