Displaying a list with Unity 4.6 UI

Hey so im making an inventory for my game. and i want to use the new ui to display it.

My current set up is: i have a variable in my InventoryScript that holds my backpack game object. i then get the PackpackScript and a List in my backpackscript which contains all my items in my back pack.

Each item has a variable called Icon, Name, Condition (which i need to display)

I need to display my list of items dynamically. i would like them to fill a pre-created UI panel and be displayed in a list form.

so im just asking how would i display my list/inventory and when i remove/add items i need them to disappear from the UI.

NOTE: i dont need to know how to add and remove items From my list i only want to know how to display them properly

Thank you for reading. Please help if u can i’m having trouble figuring out how to display them
~Scott

if you need me to explain further please ask

Tutorial for scrollable menus in a list form, populated at run time from Unity Live Training.