I'm not sure if this has been mentioned before, as like someone said before, this thread is way too big and there's no thread searching feature, so ignore this if its a repeat.
To improve the responsiveness of the my music loading speed, could you use threading/backgroundworker to load the listitems? That is, load the UI first, then using threading, progressively load the list of artists, albums, songs etc. This won't improve the actual speed, but it will improve the 'perceived' speed.
Sam
To improve the responsiveness of the my music loading speed, could you use threading/backgroundworker to load the listitems? That is, load the UI first, then using threading, progressively load the list of artists, albums, songs etc. This won't improve the actual speed, but it will improve the 'perceived' speed.
Sam