xamarin/Xamarin.Forms

Forms ListView row animations do not occur

Open

#5,839 opened on Apr 8, 2019

 (8 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
a/listviewe/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide