Some of the lists in my application were growing somewhat big and I wanted to test out the programmatic way of creating the UI so I could try if I could get better performance from my application.
But creating the lists seems to be a bit difficult. How am I supposed to create it programmatically ? There seems to be no reasonable way of using a data provider and providing the renderer for the list widget. Or am I supposed to add the child listitem widgets by hand, and if so then it seems that I will be unable to use the data provider to automatically update the list and/or values..

