I looked around the forum and the web, and this is the closest thing I could come up with for editing a listview. It does not use $LVS_EDITLABELS style. Instead it relies on other Windows api's to place the editing control over the listview item. It uses a concept from pdm that uses an array that specifies what control to use on each column. Is sounds really complicated but it isn't. Here's the handler: #include-once #include <GuiConstants.au3> #include <GuiListview.au3> #Inclu