http://bugs.winehq.com/show_bug.cgi?id=863
------- Additional Comments From z_god@wanadoo.nl 2003-20-06 07:10 ------- Bugcomments restored from Gmane.org:
When drawing subItem text in LVS_REPORT style, if the text is longer than the rectangle, only the right portion of the text displays. Using the native controls, the left end of the text displays follow by "...".
How to cause: 1. Using notepad or other simple program, get the fileopen dialog. 2. Hit the "Details" icon (rightmost icon). Or right click in the box area and select the "Details" view. 3. Adjust the header field length till not all the text can fit.
The native control uses lots of GetTextExtentPoint to find the amount of text to fit with the ellipse. We could use DrawText like the Header control.