inserting checkbox in multicolumn ClistCtrl and set width of columns
-
I am using a list control in my dialog box whose id is IDC_LIST1 and now i want that oninitdialog function the width of the columns should be fixed and then we have to insert a checkbox into the column, Please help me. Thanks in advance. Dhiraj Dhiraj Kumar Saini -- modified at 6:29 Monday 17th September, 2007
-
I am using a list control in my dialog box whose id is IDC_LIST1 and now i want that oninitdialog function the width of the columns should be fixed and then we have to insert a checkbox into the column, Please help me. Thanks in advance. Dhiraj Dhiraj Kumar Saini -- modified at 6:29 Monday 17th September, 2007
look at this... http://www.codeproject.com/listctrl/ReportControl.asp Sreedhar DV [Real success is having courage to meet failure without being defeated.]
-
I am using a list control in my dialog box whose id is IDC_LIST1 and now i want that oninitdialog function the width of the columns should be fixed and then we have to insert a checkbox into the column, Please help me. Thanks in advance. Dhiraj Dhiraj Kumar Saini -- modified at 6:29 Monday 17th September, 2007
I dont see content of this article XListCtrl - A custom-draw list control with subitem formatting[^] of Mr Hans Dietrich but I think it can solves your problem.