I am developing a mobile app using titanium where I have a scroll view containing objects that occupy 25% of the screen width. I am attempting to create a 'table' layout with these objects, having 4 columns and multiple rows. Is there a way for the parent scrollView to arrange these objects in this format? I experimented with both vertical and horizontal layouts on the scrollView, but did not achieve the desired layout.