Re: Re:'F2' to Edit Item in Listview

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

Wayne,
you need the LVS_EDITLABELS flag when creating the listview.

try this instead...

Listview = create(ListView, "", MainWin, 10, 3,505, 357, 
or_all({LVS_REPORT,LVS_SHOWSELALWAYS,LVS_EDITLABELS}))

-- 

cheers,
Derek Parnell

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

Search



Quick Links

User menu

Not signed in.

Misc Menu