In C# UWP what event is fired when all items in listview are loaded and rendering is done?
I need to make some calculations that will be executed after loading is finished.
In C# UWP what event is fired when all items in listview are loaded and rendering is done?
I need to make some calculations that will be executed after loading is finished.