status images in listview

  • Thread starter Thread starter Anushya
  • Start date Start date
A

Anushya

Hi all
i tried to add items to listview using addrange and it is very slow..
then tried using virtual listview which allows to add only text(it is
quite fast).. Now i just want to mix up this virtual listview + status
images to make my listview fast.. pls let me know if anybody have any
idea of status images??????
it's very urgent
thanks
Anushya
 
Anushya said:
pls let me know if anybody have any
idea of status images??????

Have another look at the documentation. The Add method of the ListView
control's Items collections allows you to add a new item while
specifying many additional properties including an index into the
ImageList associated with the ListView control.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 
Back
Top