listview插入item问题.TListItem* item ; item = lv1->Items->Insert( lv1->ItemIndex ) ; item->Caption = "测试" ;用上面程序,每次插入的都在最后面,为什么不是在当前选中的那个位置?[解决办法]