.net MAUI ListView item appearing animation time

firstname lastname 20 Reputation points
2023-05-29T17:51:29.1366667+00:00

I am trying to figure out how to have newly added data populate a CollectionView (top) or ListView (bottom) instantly instead of this default fade in that takes up to 1 second to show the new data. I'm doing this in Windows.

Is this an animation that can be overriden? If it's not an animation, what is it? I simply don't want to wait for this animation to see the newly added data and want it canceled or just quick such as 10ms. You'll see from this gif that as soon as the data is added, the top line will show the new data with the line number. Then you'll see the CollectionView and ListView show the data about 1 second later.

listview-animation

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
{count} votes