Results 1 to 4 of 4

Thread: uneditable listview

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    11

    uneditable listview

    Is there a way to make a listitem or subitem in a listview uneditable?


  2. #2
    Lively Member
    Join Date
    Jul 2001
    Posts
    81
    Set the LabelEdit property to lvwManual


  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    11

    Thumbs up

    That worked thanks!


  4. #4
    Lively Member
    Join Date
    Jul 2001
    Posts
    81
    Just as an FYI...if you want to allow the editing of certain items, keep the LabelEdit on lvwAutomatic and in the BeforeLabelEdit event, set Cancel equal to True if you don't want to allow editing.


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