Results 1 to 5 of 5

Thread: [RESOLVED] ListView, selecting via code?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    93

    [RESOLVED] ListView, selecting via code?

    After I fill my listview control, I want to automatically select the first entry, which I do via:
    Code:
      lstRoster.ListItems.Item(1).Selected = True
      Call lstRoster_ItemClick(lstRoster.ListItems.Item(1))
    but the item isn't actually selected, how do I do that?
    Last edited by thetakerfan; Sep 18th, 2003 at 05:16 PM.

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