Hello,
I have a ListView:TListview on my form ,and, I add many values(approximately 25k TListViewItem) ,which works quite fast,but when I call Listview.Clear,the program freezes.I checked it with debugger,it won't step that line.
My question is,how do I solve my problem? If creating so many items in less than a second is possible,why deleting them takes forever(i waited over 5 minutes)?
Thanks in advance.