xamarin/Xamarin.Forms

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

オープン

#8,826 opened on 2019/12/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
a/refreshview :arrows_counterclockwise:e/5 :clock5:help wantedinactivep/UWPpartnert/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド