6 November 2004 in General | Comments disabled
I’ve managed to get the listview drawing correctly! After using some reflection I found that some of my enumerated types weren’t working as I expected and hence certain messages weren’t being handled correctly.
Now I need to modify it so that it doesn’t simply draw thumbnails when View = View.Large and add a new View type which will enable the thumbnails.
Also found that I need to implement object caching into my datalayer as the listview is quite chatty with my objects which, at the moment, talk to the database far too much (scrolling a list of 2, 000 item used to not increment the query count, now it jumps to about 4, 000 queries off the scroll!).
I’m just stoked it’s working and look forward to adding the new features to it. Might look at sharing the component once I’ve completed the changes.
– JD
Comments are closed.