Results 1 to 3 of 3

Thread: ListView Selected Item

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    7

    ListView Selected Item

    Have any easy question about ListViews. When my form opens up the first item in my listview is selected. How would I keep this from happening? Do I need to loop through all items in the list view and set the selected property to false or is there an eaiser way. I would like to keep my load time down on my form.

    Thanks ahead of time.

  2. #2
    Addicted Member
    Join Date
    Aug 2003
    Location
    Singapore
    Posts
    245

    Lightbulb May i comment

    May be this helps...
    Try setting its visibility?
    After all Loading process then ListView1.Visible = True
    I may have interpret your post wrongly
    Correct me if I made a mistake...
    Hope This Helps.. .....Enjoy Coding.....//


    zak2zak

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    7
    I figured it out.

    ListView1.GetFirstVisible.Selected = False

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