|
|
|
@ -187,7 +187,7 @@ namespace Avalonia.Controls.Presenters |
|
|
|
break; |
|
|
|
|
|
|
|
case NotifyCollectionChangedAction.Remove: |
|
|
|
if ((e.OldStartingIndex >= FirstIndex && e.OldStartingIndex < NextIndex) || |
|
|
|
if (e.OldStartingIndex < NextIndex || |
|
|
|
panel.Children.Count > ItemCount) |
|
|
|
{ |
|
|
|
RecycleContainersOnRemove(); |
|
|
|
|