xamarin/Xamarin.Forms

When an Item inside a ListView is deleted, the item below is shown with moved in the first cell with Translation property of the removed item

Aberta

#8.744 aberto em 4 de dez. de 2019

 (5 comentários) (0 reação) (0 responsável)C# (1.926 forks)batch import
a/listviewe/4 :clock4:help wantedinactivep/Androidt/bug :bug:up-for-grabs

Métricas do repositório

Stars
 (5.644 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Description

Copied from here: https://xamarin.github.io/bugzilla-archives/49/49658/bug.html - the bug is still here since 2016

Steps to Reproduce

  1. Create a cell that has a translation property and a background bound to some object
  2. Create a list with an observable collection as a source and the previously created cell as cell.
  3. Remove the first element

Expected Behavior

The original second element is inside the first cell with all its property

Actual Behavior

The original second element is inside the first cell with all its property except for Translation

Basic Information

Xamarin.Form with Xamarin.Android 2.3+ App1.zip initial_state buggy_state

Guia do colaborador