自動滾動就是顯示最後一條記錄 用EnsurVisible實作。 3 int nCount = pListCtrl->GetItemCount(); if (nCount > 0) pListCtrl->EnsureVisible(nCount-1, FALSE);