事件 级别
** **
** **
** **
** **
总共一百多行,请问我该用什么控件才可以做到这个功能啊?谢谢!!!
CListCtrl
修改用一个edit控件,不用时隐藏,用的时候显示并移动到需要编辑的地方,用MoveWindow(...)
Use ListControl and set Edit control for the editable column.
You can easily find some sample code in the codeguru.