xamarin/Xamarin.Forms

Forms ListView row animations do not occur

开放

#5,839 创建于 2019年4月8日

 (8 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/listviewe/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

A simple ListView data-bound to an ObservableCollection should animate with add/remove/move animations on iOS. None of these animations occur however.

Steps to Reproduce

  1. Create a simple project with a ListView bound to an ObservableCollection
  2. Bind a button to an add/remove or move action, where you fire the appropriate INotifyPropertyChanged event
  3. Click the button, watch for the list to repaint

Expected Behavior

ListView should animate similar to how UITableView does

Actual Behavior

No animation whatsoever occurs.

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: Visual Studio Mac 8.0.1
  • Platform Target Frameworks:
    • iOS: 12.1
  • Forms: 3.6.0.293080

贡献者指南