xamarin/Xamarin.Forms

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

Offen

#8.826 geöffnet am 10.12.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/refreshview :arrows_counterclockwise:e/5 :clock5:help wantedinactivep/UWPpartnert/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide