I seem to remember someone posting that they had modified the open-source Scrollview code to cull off-screen stuff like the tableView widget does. I can’t find the thread however, I was wondering if that was code available anywhere or if someone else has done something similar?
I basically use scrollViews like tableViews but have my own library for drawing rows that I don’t really want to mess with, it would be a big switch to change 20+ scrollviews across. However once you get a scrollView with 50+ rows it really starts to lag. :o