I\'m wanting to know if there\'s a way I can transform my view to look something like iPhone folders. In other words, I want my view to split somewhere in the middle and re
Instead of taking a snapshot of the view, you could use a separate view for each row of icons. You'll have to do a bit more work with repositioning stuff, but the rows won't be static when the folder is open (in other words, they'll keep redrawing as necessary).