List of GUIProgressControls? (1 Viewer)

D

Doodle

Guest
Hi,
I am developing my first plugin at the moment and I am also a C# newbie.

As I want to show a list of items that are currently beeing downloaded in a list in the skin, I wanted to implement something like a list of progressbars.

The standard GUIListItem does not contain something like this.

So my question is: is it basically possible to create a list of items, where I specify the item myself? Like, lets say, in Android where you can specify a single item of a list to contain several other GUI controls?

If not, how would you do this? (creating a list of items that shows progress)

Thanks in advance :)
 

Users who are viewing this thread

Top Bottom