标签: android xamarin
来自Xamarin Components的ReorderListView for Android。
问题: 拖动时细胞消失。只在运行Lollipop的设备上发生(到目前为止我见过)。
答案 0 :(得分:0)
我忘了覆盖适配器中的特定方法。
public override bool HasStableIds { get { return true; } }
这有奇怪的行为,它在Kitkat上起作用,但在Lollipop上起作用。