I'm a VB6 / VB.Net developer, looking into flash as an interface engine. I figured skinning is all very nice, but why not take it a step further. My main concern, before venturing any further, is how to display datagrids (listviews) with 10.000+ rows (listitems), complete with up to 10 columns (subitems). Usually displaying datasets this big would just be bad design, but this app is used for bulk data manipulation. So there you go. I doubt flash can deal with these kinds of numbers directly, so I'm wondering if there are any work-arounds like virtual datagrids (virtual listviews) to get the job done. Any ideas?