ScrollView inside SfPullToRefresh

Hi,

I have the below ScrollView which holds my data but I want to allow the user to Pull to Refresh it, just like the Weather apps where the data is scrollable but at the same time user can pull to refresh.

How can I achieve this please?


<ScrollView Grid.Row="1" VerticalScrollBarVisibility="Never" HorizontalScrollBarVisibility="Never">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
.........
........
........
........
</Grid>
</ScrollView>


Thanks,

Jassim



1 Reply

SV Suja Venkatesan Syncfusion Team May 15, 2022 04:46 PM UTC

Hi Jassim,


Regarding “Scrollview inside the SfPullToRefresh


We would like to let you know that we are unclear about the requirement. Can you please explain your requirements in detail with illustration video or image? However, we have attached simple SfPullToRefresh with ScrollView as pullablecontent of SfPullofRefresh. Please revert to us with more details. It will be more helpful for us to provide timely solutions.


Regards,

Suja


Attachment: SfPullToRefreshDemo_d2b0126c.zip

Loader.
Up arrow icon