Thx cookie that work fine
code:
var id = ListViewAddRow(PlusWnd1,'ListSecs', Array('',inc+ ' - ' +p1,p2))
if (p3 == 1) PlusWnd1.LstView_SetItemIcon('ListSecs', id, "ImgBusy", true);
if (num == o) {
select = 1
PlusWnd1.LstView_SetSelectedState('ListSecs',id,true);
PlusWnd1.SendControlMessage('ListSecs', /* LVM_ENSUREVISIBLE */ 0x1013, id, false)
}