Ok, with further experimentation I think I have it noodled out now. Both Flows and Paras if you do not specify a width shoes assumes :width => 1.0.. so each item naturally fills a line and you wrap to the next line. In my widths test, I hard coded :width => 100 for each element, so both each container and each child within were 100 pixels, meaning each child still filled each container and wrapped immediately. *facepalm*
I was able to get the effect I was looking for by specifying widths for the children that were smaller than their parents. Thank you for the helps! :D - - Jesse
