Grid Control using CListCtrl Question
-
Hi, I am trying to create a grid control using CListCtrl and my main problem right now is getting the control to display the cells in the first columns as button. I'm not sure if this is the right way, maybe there is a way to create header for the rows just like the columns. ANy ideas on how to do this. Thanks in advance.
-
Hi, I am trying to create a grid control using CListCtrl and my main problem right now is getting the control to display the cells in the first columns as button. I'm not sure if this is the right way, maybe there is a way to create header for the rows just like the columns. ANy ideas on how to do this. Thanks in advance.
Try the customdraw service. You will have total freedom for drawing the first column cells however you like.
-
Try the customdraw service. You will have total freedom for drawing the first column cells however you like.