When I use _GUICtrlListView_InsertItem() I don't seem to be able to delete the inserted item. Does anyone know if I'm doing something wrong, or is this the intended behaviour. I could write another function to insert a row into my ListView control, but I would like to know why this method is not working. It's the empty 3rd row that should have been deleted. #include <GUIConstants.au3> #include <WindowsConstants.au3> #include <GuiListView.au3> _Run() Func _SetData($hLis