ID:1038349
 
Question:

Are there any recommended ways to go about having a template to repeat for each 'item' added to a layout?

IE; How the forum posts have a user name, avatar, and post areas, along with other information. That layout is defined and repeated, adding the information in for each iteration.

I want to do this with a creation system for science parts.

|--------------------------------|
|Icon---- Item Name ----Parts Needed-|
|-------------------- Parts Needed-|
|Description Box-------- Parts Needed |
|Description Box-------- Parts Needed |
|Description Box-------- Parts Needed |
|--------------------------------|
| Repeat....------------------------|

I'm going to try to output the information, in this layout, into a control. Each of those would be used for a single item, so it seems my best bet is to create a control layout where I plug in all of those values to said control. In that proc I'd save a reference to the controls being created and assign the values to them. So far it seems like winclone may be the best bet on this.

Any input?