How to reproduce:
1. Open the “ListViewRepro“ project
2. Open the “Assets/ScriptableObjects“ folder
3. Open the “List-1-Item“ ScriptableObject in the Inspector window
4. Observe the “Size“ element, and the amount of elements in the ListView
5. Add two new elements to the list, by pressing the “+“ button
6. Observe the “Size“ element, and the amount of elements in the ListView
Expected result: The “Size“ property before adding the new elements is equal to 0, after adding two elements “Size“ property is equal to 2
Actual result: The “Size“ property before adding the new elements is equal to 1, after adding two elements “Size“ property is equal to 3
Reproducible with: 2022.3.12f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a12
Could not test with: 2021.3.32f1 (compilation errors in the Console window)
Reproducible on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested