SourceCode/Bond/Servo/CExpandableListCtrl.cpp
@@ -425,3 +425,20 @@ return nRet; } // CExpandableListCtrl.cpp 里 void CExpandableListCtrl::ClearTree() { // 清数据 m_roots.clear(); m_visible.clear(); // 清可见项(务必!否则旧页的行会残留) SetRedraw(FALSE); DeleteAllItems(); SetRedraw(TRUE); Invalidate(); }