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![]()
This is a discussion on List View Control troubles within the Windows Programming forums, part of the Platform Specific Boards category; How do i allow the user to edit the subitems in a list view? I can let him edit the ...
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![]()
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.
ok did taht - very nice. Now how do i lock the position and widths of the list view headers?