xamarin/Xamarin.Forms

[Bug] [UWP] SfListView does not refresh items when loaded inside RefreshView.

Aperta

#8826 aperta il 10 dic 2019

 (3 commenti) (0 reazioni) (0 assegnatari)C# (1926 fork)batch import
a/refreshview :arrows_counterclockwise:e/5 :clock5:help wantedinactivep/UWPpartnert/bug :bug:up-for-grabs

Metriche repository

Star
 (5644 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Description

When SfListview(is simply la control derived from Grid with virtualization) is loaded inside RefreshView, items do not refresh & pull to refresh action does not happen only in UWP. We have only handled scroll view manipulation in our side and we did not restrict any touch interaction to parents. Works fine on the other two platforms. Can you please check and let us know whether you receive any touch restriction from any of the events from SfListview.

Steps to Reproduce

  1. Run the sample.
  2. Pull the Listview items
  3. Now, item will not refresh.

Expected Behavior

RefreshView should refresh and load items in UWP

Actual Behavior

RefreshView Didn't refresh and load items in UWP.

Basic Information

  • Version with issue: 4.3.0.991221
  • UWP

Reproduction Link

https://www.syncfusion.com/downloads/support/directtrac/general/ze/ListViewSample-1813594905

Guida contributor