+ LVITEM newItem;
+ wxZeroMemory(newItem);
+ newItem.iItem = i+pos;
+ int ret = ListView_InsertItem( (HWND)GetHWND(), & newItem );
+ wxASSERT_MSG( int(i+pos) == ret , _T("Item not added") );
+ SetString( ret , items[i] );
+ m_itemsClientData.Insert(NULL, ret);