I am in need of a workaround, as the script does not support a few functions (especially _DeleteAllItems) if I use the classic function. I've searched for a UDF version of GUICtrlSetPos but couldn't find one. Google and autoit forum search didn't help. What can I do? Here is an example, clearly they both should move together: #include <GUIConstantsEx.au3> #include <GuiListView.au3> $gui = GUICreate("") $w = 50 $list1 = _GUICtrlListView_Create($gui, "Lol", 0, 0, $w, 50)