Jul 12, 2002 #1 Wings Programmer Joined Feb 14, 2002 Messages 247 Location US Hi, How do I edit specific subitems in a listview control without having to repaint the entire control? thanks
Hi, How do I edit specific subitems in a listview control without having to repaint the entire control? thanks
Jul 13, 2002 #2 cyprus106 Programmer Joined Apr 30, 2001 Messages 654 try BeginUpdate() and EndUpdate() and see if that doesnt work Cyprus Upvote 0 Downvote