http://bugs.winehq.org/show_bug.cgi?id=21842
--- Comment #1 from Kenneth Robinette support@securenetterm.com 2010-11-11 07:42:13 CST --- (In reply to comment #0)
The header bar of an IShellBrowser/IComDlgBrowser listview is not drawn correctly when the detail view mode (FVM_DETAILS) is selected. On the initial display, the area where the header bar should be is blank (white). If you drag the mouse over the area where the header should be, the header bar is drawn in the area under the mouse. If you then minimize or do anything that causes a repaint of the listview, the header bar goes away. Testing indicates using the comctl32.dll AND/OR uxtheme.dll in native mode resolves the issue. This can be seen using the following demo application (including source) at: http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&am...
Additional testing indicates that perhaps the main problem is in uxtheme.dll. If you call DisableTheme() on the SysListView32 window, the detail header is drawn correctly.