79407265

Date: 2025-02-02 20:13:34
Score: 1.5
Natty:
Report link

I think the fade in your seeing is related to loading items into an observable collection using .Add() and these being rendered one at a time.

Try ItemCollection = new ObservableCollection(all items to load)

This will render all items at the same time.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kevin Deery