xamarin/Xamarin.Forms

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

Aberta

#8.826 aberto em 10 de dez. de 2019

 (3 comentários) (0 reação) (0 responsável)C# (1.926 forks)batch import
a/refreshview :arrows_counterclockwise:e/5 :clock5:help wantedinactivep/UWPpartnert/bug :bug:up-for-grabs

Métricas do repositório

Stars
 (5.644 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador