Hello,
I want to create a database for the vertical list, so the list can display a preview of the parameters in the selected object of the list.
I created a Component specifically for the single object in the list, they are all the same, with it's property, name of the object etc...
I specified the item class to match that component.
A basic idea of "database" would be an array of those type of object.
The question is... how i tell (presumably in the onLoad method) the list to load the preview info inside the array? and to specifically acces them when i want to modify them? and not to initialize the object item of the list from scratch....
thanks.