How to put checkboxes in any column of ListVIew Control in mfc.?
-
Hi, I have a list control on a dialog box. I use
LVS_EX_CHECKBOXES
functionality to put check boxes in the list control. I want to put the checkboxes in any other column of list control. How it can be implemented. Please share any sample code if you have. Any help will be appreciated. Regards, Mbatra
-
Hi, I have a list control on a dialog box. I use
LVS_EX_CHECKBOXES
functionality to put check boxes in the list control. I want to put the checkboxes in any other column of list control. How it can be implemented. Please share any sample code if you have. Any help will be appreciated. Regards, Mbatra
These articles should be able to help you out - XListCtrl - A custom-draw list control with subitem formatting[^] CQuickList[^]
«_Superman_» _I love work. It gives me something to do between weekends.
-
Hi, I have a list control on a dialog box. I use
LVS_EX_CHECKBOXES
functionality to put check boxes in the list control. I want to put the checkboxes in any other column of list control. How it can be implemented. Please share any sample code if you have. Any help will be appreciated. Regards, Mbatra