C
Charles Martyn
I need to build an app that makes use of a lot of lists. I
would like to implement them as checked list boxes however
the ListView AddItem is too slow due to the large size of
my list. Has anyone got a suggestion? My lists can get
into the 300 item or so range. I have tried the Resco
controls but they are slow as well.
One thought of mine was to keep the list in a collection
and only draw the items as needed in response to scrolling
but I would like to finish this application before I die
if possible. It just seems to me that this type of
functionality might be commercially available from
somewhere.
Thanks
Charles
Happy Holidays!
would like to implement them as checked list boxes however
the ListView AddItem is too slow due to the large size of
my list. Has anyone got a suggestion? My lists can get
into the 300 item or so range. I have tried the Resco
controls but they are slow as well.
One thought of mine was to keep the list in a collection
and only draw the items as needed in response to scrolling
but I would like to finish this application before I die
if possible. It just seems to me that this type of
functionality might be commercially available from
somewhere.
Thanks
Charles
Happy Holidays!