﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1312	_GUIImageList_BeginDrag.au3 - example in helpfile	Zedna	Valik	"""C:\Program Files\AutoIt3\Beta\Examples\Helpfile\_guiimagelist_begindrag.au3"" 

1) on my WINXP SP2 Czech it doesn't show any image at cursor position while draging listview items (also cursor doesn't change to draging cursor)

2) there is bug: after draging is set bad item text at target (dropped) position --> only first letter is shown in first column of listview

3) I suggest this change/correction to show implemented also ""autoscrolling"" while draging:

{{{
...
;~ 	$hListView = _GUICtrlListView_Create($main_GUI, ""Entry Name|Category"", 5, 75, 220, 280, -1, BitOR($WS_EX_CLIENTEDGE, $WS_EX_STATICEDGE))
	$hListView = _GUICtrlListView_Create($main_GUI, ""Entry Name|Category"", 5, 75, 220, 180, -1, BitOR($WS_EX_CLIENTEDGE, $WS_EX_STATICEDGE))
;~ 	$LV_Height = 280 - 75 ; --> this was wrong in original
	$LV_Height = 180
...
}}}
"	Bug	closed	3.3.1.7	Documentation	3.3.1.6	None	Fixed		
