Re: Faster addLVItem's

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "Tony Steward" <tony at locksdownunder.com>

> Also Virtual or not, is there a way a user can move the columns in a LV.

I'm making correction, you have to do it like this, style
LVS_EX_HEADERDRAGDROP does it:

lvMask = or_all({LVS_EX_FULLROWSELECT, LVS_EX_CHECKBOXES, LVS_EX_GRIDLINES,
LVS_EX_HEADERDRAGDROP })
Void = sendMessage (Selective_reception_listview,
    LVM_SETEXTENDEDLISTVIEWSTYLE, lvMask, lvMask)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu