Hey im loading a list of clients in throught xml and they are separated into categories. they will be updated so I need to figure out a way to space them evenly. Here is a screen shot of how its setup and how it looks when loaded
so as you can see the spacing gets all messed up. I tried doing something like this
fashionList._y = entertainmentList._y + entertainmentList._height;
actionSportList._y = fashionList._y + fashionList._height;