﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1160	GuictrlcreatePic not displaying over ListView in Win7	anonymous	Jon	"Using Windows 7 RC the image will not display over a listview control.  Works fine when running on XP.  I don't have Vista to test with.




{{{
;ListView with Pic overview test
#include <GUIConstantsEx.au3>

$hGui = GUICreate(""ListView Pic test"", 400, 600)
$hLV = GUICtrlCreateListView(""Test|One"", 100, 10, 300, 590)
GUICtrlCreatePic("".\Web\Img_Small.jpg"", 60, 300, 0, 0)
GUICtrlSetState(-1, $GUI_ONTOP)
GUISetState()

While 1
	$msg = GUIGetMsg()
	If $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd

}}}
"	Bug	closed		AutoIt	3.3.0.0	Blocking	No Bug		
