vb.net - Listview Flicker and Out Of Memory issues -


in application having memory issues adding tot listview, once it's running can't @ listview contents becuase flcikers , slows down, once xx,xxx items added , try view listview in tabcontrol out of memory error.

i have closed can:

                doc = nothing                 allhtml = nothing                 tables_1 = nothing                 tables_2 = nothing                 gc.collect() 

which on initial insertion, it's when view listview crash occurs.

thanks guys!


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -