I'm wondering if it's possible to click and edit single cell inside my listview. I've done the sample script, in which the full row is selected, but I want single cell to be selected, but even with full row, if I enter the editing mode, I can only edit the first item text. How can I edit the other subitems as well? #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <GuiListView.au3> #include <GuiMenu.au3> Global $Form1 = GUICreate("Form1", 420, 23