Hi,
My app happily uses the Monotouch.Dialog framework.
Some of its dialogs list values from a database. Basically my approach
is to create a new DialogViewController and wait for the
ViewWillAppear event.
The corresponding event handler creates a new RootElement and fully
populates it with an Element for each of the retrieved database rows.
I realise that this would e.g. build 1k cells for 1k rows, so I
probably should dequeue reusable cells and only build the Elements as
requested by the GetCell method.
Is this possible within the MT.D framework using RootElement, Section
and Element objects?
Thanks in advance
Guido
--
It is the nature of extreme self-lovers, as they will
set a house on fire, and it were but to roast their eggs.
-- Francis Bacon
http://vanhoecke.org ... and go2 places!
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch