We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Is RefresView supported within an sfTabItem?

Hi, 

I'm currently using an sfTabView with an sfTabItem that contains a standard (non-syncfusion) CollectionView. All of these are on the xaml of a ContentPage and bound to a viewmodel and work just fine. However, if I add a standard RefreshView around my CollectionView I no longer see any data in the CollectionView. The RefreshView does trigger its Command when I pull to refresh but nothing is rendered in my CollectionView after the refresh either.

Can you please confirm that the RefresView should work with a CollectionView when added within an sfTabItem? 

Thanks,
Vch

3 Replies

HM Hemalatha Marikumar Syncfusion Team February 4, 2020 12:23 PM UTC

Hi Victor,

Greetings from Syncfusion.

We have analyzed your query and checked the reported issue of “TabItem content not visible when add TabItem to RefreshView”. You can fulfil this requirement by setting IsClippedToBounds property to false as like below code snippet.

XAML: 
  <RefreshView IsClippedToBounds="False Refreshing="RefreshView_Refreshing"> 

We have created sample based on your requirement please find the sample form below location.

Sample link:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabViewRefresh2129686831.zip

Please let us know if you have any other queries.

Regards, 
Hemalatha M. 



VI Victor February 4, 2020 04:58 PM UTC

Thank you for your quick reply, that worked!


HM Hemalatha Marikumar Syncfusion Team February 5, 2020 05:55 AM UTC

Hi Victor, 
 
Thanks for your update. 
 
We are glad to hear that given solution works. 
 
Please let us know if you need any further assistance. 
 
Regards, 
Hemalatha M. 


Loader.
Live Chat Icon For mobile
Up arrow icon