-----Original Message----- From: Dimitrie O. Paun [mailto:dimi@intelliware.ca] Sent: 16 May 2003 18:07 To: wine-devel@winehq.org Cc: Robert Shearman Subject: Re: Fix ListView Bugs On Fri, 16 May 2003, Robert Shearman wrote:
Maxim and I are working on an alternative patch, which also does a better job of handling subitem notifications. Alexandre, please don't apply.
Excellent!
- Don't clear the item header when column 0 is inserted - it
would clear
anything already set in the header, such as information set by
InsertItem
Well, the header contains the text and the icon. When I insert a new column, I don't expect the old column text to be preserved. Do you have tests that show otherwise?
Yes, I have attached code (unfortunately developed on VC++) and executable. Also, inetcpl.cpl depends on this feature.
Rob