Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CListCtrl - Extended Styles in MFC (LVS_HEADERDRAGDROP)

Status
Not open for further replies.

shoo

Programmer
Mar 22, 2003
8
0
0
IN
hi,

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top