Describe the bug
This means if the new item is at the end of source
|
else if (newStartingIndex == _source.Count - 1) |
|
{ |
|
newViewIndex = _view.Count - 1; |
|
} |
Then we insert it into the penultimate position of the view. It is wired.
|
_view.Insert(newViewIndex, newItem); |
Isn't it meant to be inserted into the last position?
Steps to reproduce
Expected behavior
None.
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item.
Describe the bug
This means if the new item is at the end of
sourceWindows/components/Collections/src/AdvancedCollectionView/AdvancedCollectionView.cs
Lines 699 to 702 in 8e4bd7a
Then we insert it into the penultimate position of the view. It is wired.
Windows/components/Collections/src/AdvancedCollectionView/AdvancedCollectionView.cs
Line 725 in 8e4bd7a
Isn't it meant to be inserted into the last position?
Steps to reproduce
Expected behavior
None.
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item.