I've been trying to create a loop via a dummy array on a design list element from the design tab. I see the array is being loaded in the loop. I can't seem to put the list items below each other.
After trying to fix it for a long time, can someone point out what I'm doing wrong?
for title in titleArray
newItem = titleArray[title] = listItem.copy()
newItem.y=(newItem.height)*title+58
newItem.parent= scroll.content
listItem.parent = scroll.content