NLNet
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/VirtualizingPanel.cs
|
|
|
@ -183,7 +183,7 @@ namespace Avalonia.Controls |
|
|
|
{ |
|
|
|
var itemsControl = EnsureItemsControl(); |
|
|
|
|
|
|
|
for (var i = 0; i < count; ++i) |
|
|
|
for (var i = index; i < count; ++i) |
|
|
|
{ |
|
|
|
var c = Children[i]; |
|
|
|
itemsControl.RemoveLogicalChild(c); |
|
|
|
|