The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
HMHemalatha 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.