Thread: List View Control troubles

  1. #1
    Registered User cppdude's Avatar
    Join Date
    Jan 2002
    Posts
    62

    List View Control troubles

    How do i allow the user to edit the subitems in a list view? I can let him edit the main label but not the subitems?

    I dont want to have to resort to making a edit box window over the subitem cos there has to be a better way

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    421
    Owner draw list views are the only other way if you dont want to put edit boxes over the list view.

    U.
    Quidquid latine dictum sit, altum sonatur.
    Whatever is said in Latin sounds profound.

  3. #3
    Registered User cppdude's Avatar
    Join Date
    Jan 2002
    Posts
    62
    ok did taht - very nice. Now how do i lock the position and widths of the list view headers?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Following CTools
    By EstateMatt in forum C Programming
    Replies: 5
    Last Post: 06-26-2008, 10:10 AM
  2. help! Placement of nodes in a Linked List
    By lostmyshadow in forum C Programming
    Replies: 6
    Last Post: 12-17-2007, 01:21 PM
  3. Replies: 6
    Last Post: 03-02-2005, 02:45 AM
  4. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM
  5. link list
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 12-13-2001, 05:41 AM