加载中

摘要: 声明成员变量 class CMyCtrl/CMyView : public CListCtrl/CListView { ... public: CMyCtrl/CMyView(); // 构造函数 protected: const int m_nMinWidth = 80; // 最小列宽(如果不需 阅读全文
posted @ 2020-08-18 12:55 fenggwsx 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 使所有列拥有共同的最小和最大列宽 声明常量 class CMyCtrl/CMyView : public CListCtrl/CListView { ... protected: const int m_nMinWidth = 80; const int m_nMaxWidth = 320; ... 阅读全文
posted @ 2020-08-18 10:48 fenggwsx 阅读(646) 评论(0) 推荐(1) 编辑