A Object/PreFab like a UserControl in Visual Studio?

Hi, im playing now arround with the unity and tryed to make a game main Screen that looks like the Google Play app from android.

I found that i can make complex objects as a PreFab GameObject but i have not find how to Archive this Points and requirements:

  • i must ceate a dynamic amount of this “user controls” prefabs with own parameters, like id, text, Images etc.
  • it must be scrollable in a scrollview, ok can i use the NGUI for that via script?

Anyone a idea what is the best solution?
i come from the winform/webform-server/Client dev department :face_with_spiral_eyes:

P.S.
check my attachment for the app layout!

thx
MoPhat

Anyone a idea?