﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2726	GUIListView, GUICtrlListView_GetGroupInfoByIndex	gary.delamer@…	Matt Diesel	"I use listview in my autoit projects and i need to know the GroupID for an Item in my ListView.

I've 2 tables in my Database and i use a request for populate my listview, a field with integer value is used for creating group in my listview. When i click an item i can't read with this function the GroupID.

If you make a little modification in GUIListView.au3
Now for an item i can read directly the GroupID in the returned array.

Line 1707:
{{{
Local $aGroup[3] ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add an element
    $aGroup[2] = DllStructGetData($tGroup, ""GroupID"") ; <<<<< Set the new element
}}}

Thank's

sorry for my bad English."	Feature Request	closed	3.3.11.6	AutoIt		None	Completed		
