摘要:
声明成员变量 class CMyCtrl/CMyView : public CListCtrl/CListView { ... public: CMyCtrl/CMyView(); // 构造函数 protected: const int m_nMinWidth = 80; // 最小列宽(如果不需 阅读全文
摘要:
使所有列拥有共同的最小和最大列宽 声明常量 class CMyCtrl/CMyView : public CListCtrl/CListView { ... protected: const int m_nMinWidth = 80; const int m_nMaxWidth = 320; ... 阅读全文