xamarin/Xamarin.Forms

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

开放

#8,826 创建于 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

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南