LAPTOP-SNT8I5JK\Boounion
2025-08-21 ba50ece48a4b95563031f1dacffd3e04f89d952f
SourceCode/Bond/Servo/CExpandableListCtrl.h
@@ -35,12 +35,16 @@
    // 便捷:通过可见行号取 Node*
    Node* GetNodeByVisibleIndex(int i) const;
private:
    void appendVisible(Node* n);
    CRect expanderRectForRow(int row) const;        // 首列展开按钮区域
    virtual void PreSubclassWindow();
protected:
    // 消息
    afx_msg int  OnCreate(LPCREATESTRUCT lpCreateStruct);
    afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);
    afx_msg void OnCustomDraw(NMHDR* pNMHDR, LRESULT* pResult);
    DECLARE_MESSAGE_MAP()
private:
@@ -49,9 +53,6 @@
    int  m_expanderPadding = 6;   // 首列内侧边距
    int  m_expanderSize = 10;  // 小三角/方块大小
    int  m_textGap = 6;
    void appendVisible(Node* n);
    CRect expanderRectForRow(int row) const; // 首列展开按钮区域
};