LAPTOP-SNT8I5JK\Boounion
2025-09-11 7decda2cbcac858400324af80ab028100bf9140a
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();
}