Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Hi,

I am trying to use the SfShimmer with a SfListView.

Everything works properly; the problem is that when I use the large title on iOS and the content of the SfShimmer is loaded, the navigation bar does not collapse when I scroll top.


I think the problem is that the navigation controller cannot find a tableview / scrollview in the initialization phase.


Code:

<sh:SfShimmer>    

<sh:SfShimmer.
CustomView>
.....
<sh:SfShimmer.CustomView>
<sh:SfShimmer.Content>
<ListView>
....
</ListView>
</sh:SfShimmer.Content>
</sh:SfShimmer>   


I have attached a video in a zipped file.


Thanks,

Stefano