B
Bill Kinnersley
I have a Windows Form with a very large ListView, about 10,000 items. There
is a very significant delay each time the form is opened (ShowDialog) or
closed (Hide). The ListView has not been modified in between, but for some
reason the graphics associated with it must be getting destroyed at each
Hide and re-created at each Show. Is there any way to avoid this, and hence
avoid the lengthy pause?
Thanks!
is a very significant delay each time the form is opened (ShowDialog) or
closed (Hide). The ListView has not been modified in between, but for some
reason the graphics associated with it must be getting destroyed at each
Hide and re-created at each Show. Is there any way to avoid this, and hence
avoid the lengthy pause?
Thanks!