Regarding ListView

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krishnasarma
    New Member
    • Jun 2007
    • 22

    Regarding ListView

    Hi I manually set the selected property of all listitem of listview to true but It won't change the colour of items in listview... but actually it has been selected but no colour indication .... can any one help me....thanx
  • slapshock
    New Member
    • Oct 2006
    • 57

    #2
    Try this:
    listview1.listi tems(0).selecte d= true

    put this code on form load event

    Comment

    Working...