mfc list控件插入倒序,该怎么处理
mfc list控件插入倒序
我定义了个list控件,在属性里什么排序都没选,但是为什么循环插入时他是从头插入的?
------解决方案--------------------
------解决方案--------------------
或者用
int i=list.GetItemCount();
然后再InsertItem(i,"");
我定义了个list控件,在属性里什么排序都没选,但是为什么循环插入时他是从头插入的?
------解决方案--------------------
------解决方案--------------------
或者用
int i=list.GetItemCount();
然后再InsertItem(i,"");