MFC ListBox控件自动向上滚动显示最新的数据

代码

int nCount=m_List.AddString(str);
m_List.SetTopIndex(nCount);

原文地址:https://www.cnblogs.com/Besttwuya/p/14490408.html