Hello, Why doesn't this code select/highlight (in blue 'this-row-is-selected'-colour) the first row in the ListView after loading files to it, using the 'LOAD' button? (As far as I understood it, _GUICtrlListView_SetItemSelected() and _GUICtrlListView_SetItemFocused() should do the job) #include <GuiConstants.au3> #include <GuiListView.au3> #include <File.au3> GUICreate("test", 500, 500) $hListView = GUICtrlCreateListView("", 5, 5, 490, 400, $LVS_SINGLESEL, $LVS_EX_GRIDL