hi,
i have set the extended styles of my list control as follows
i have set the extended styles of my list control as follows
Code:
MylistCtrl->SetExtendedStyles(LVS_EX_CHECKBOXES|LVS_EX_GRIDLINES|LVS_EX_HEADERDRAGDROP);
[\code]
The checkbox and grid lines are working fine, but i am not able to drag drop the header column (left click n drag the header column).
Is there any other way to drag and drop the rows in my List Control?
thanx.