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>
...