I can't get the ListView perf to a reasonable level even though my ViewCell contains only an ImageCircle..
@JamesMontemagno - I was watching your video on implementing ImageCircle and while demonstrating you pull up a scrolling list of items with it. I assume you must be using a Xamarin.Forms.ListView with a custom ViewCell but I'm baffled as to how you got the list to scroll so smoothly. I'm using your ImageCircle in my own project and even if I reduce the layout of the ViewCell to just the ImageCircle I still get very choppy performance. If you grab the source from GitHub it should build. I'm using XAML for my view layouts. SelectableCircleImageCell.xaml is the ViewCell I'm referring to.
I understand you can use the native ViewCellRenderer approach to improve performance, but you must not have done that if you're using your ImageCircle right? Or am I mistaken?