@DoctorOhh: That's a limitation of the way list views in qt work. If you scroll continuously all the covers between the start and the end point have to be rendered, which can take a while. It may be possible to do some hackery to delay rendering until scrolling "stops", but that may not be possible to implement robustly.
|