xamarin/Xamarin.Forms

[UWP] ListView scroll issues

オープン

#3,573 opened on 2018/08/15

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
a/listviewe/4 :clock4:help wantedinactivep/UWPt/bug :bug:up-for-grabs

Repository metrics

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

説明

Description

I have a ListView that demonstrates using the new binding capabilities (TargetNullValue, Fallback Value). Unfortunately the ListView misbehaves on UWP. Following back navigation from the detail page, the list stops scrolling until fingers are replaced on screen.

This is only reproducible when running from a device with a touch screen. I first tested this by remoting from a device with a touch screen and I couldn't reproduce

Steps to Reproduce

  1. Run the sample.
  2. Navigate to detail page (click on a monkey).
  3. Navigate back.
  4. Scroll the ListView.

Expected Behavior

The ListView scrolls perfectly.

Actual Behavior

The ListView scrolls then stops, and only resumes when the scroll gesture is restarted (fingers removed and replaced).

Basic Information

  • Version with issue: 3.2.0.729530-pre2
  • Issue also exists with 3.1 haven't tested back any further
  • IDE: VS2017 15.8
  • Platform Target Frameworks:
    • UWP: 10.0.16299.0

Reproduction Link

DataBindingDemos.zip

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