Results 1 to 5 of 5

Thread: ListView -All Selected View- (vb.net)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    UK
    Posts
    78

    ListView -All Selected View- (vb.net)

    Can anyone tell me how to make my listview appear 'all selected', for instance, say I press a button and the items in the listview all appear as if they've been clicked (they're all blue).

    Thanks

  2. #2
    Hyperactive Member schuurke28's Avatar
    Join Date
    Feb 2001
    Posts
    402
    Me.listview1.FullRowSelect = True

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    UK
    Posts
    78
    No that's not what I mean.

    I don't mean selected from left to right, all items. As in everthing in the list.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    UK
    Posts
    78
    It's OK now. I found out how to do it.

  5. #5
    Lively Member
    Join Date
    Aug 2001
    Posts
    103
    how did u do it?
    with a loop through every item?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width