﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1106	ListView with $WS_EX_STATICEDGE Under Vista no text	anonymous		"I run XP but as i tested my code on Vista i noticed the extended style ""$WS_EX_STATICEDGE"" applied to a GUICtrlCreateListView caused Vista to not show text in the control, under XP it works fine.

Change the GUICtrlCreateListView example to demonstrate the issue. Remember it's only affecting Windows Vista.

Add these lines to the Example file,

{{{
Global Const $LVS_EX_CHECKBOXES = 0x00000004
$listview = GUICtrlCreateListView(""debug"",5,40,466,200, -1,$WS_EX_STATICEDGE) ; remove $WS_EX_STATICEDGE for text.
}}}


"	Bug	closed		AutoIt	3.3.0.0	None	Wont Fix	GUICtrlCreateListView $WS_EX_STATICEDGE Vista	
