Hi,
I am having severe performance problems on a BlackBerry Q10 (it's unusable) and significant problems on Xperia E1 when I put a list of SfRating controls with 10 stars in it, and then try to scroll in a SfListView (and instead of SfListView I also tried a Repeater control I found on the internet which is like WPF's ItemsControl).
It is fine on some newer devices.
Does anyone know why this might be so slow? Is it overloading older and more limited GPUs with too many sprites? (Seems unlikely). Is it trying to construct stars on the fly using some sort of inefficient vector drawing and color filling approach, or does it just use images?
For now, I have had to create my own control and just put android buttons inside, and it doesn't look as nice, but it is extremely smooth.
Any tips or feedback?
(I was looking for a way to turn caching on/off in SfListView, like I believe you can in ListView but couldn't see it.)
Thanks
-Jared