Jump to content

Recommended Posts

Posted

Is there a way to make the items in individual columns editable in a listview. I tried the extended style

$LVS_EDITLABELS but this will only allow me to edit the first column for a given row. I would like to be able

to edit ANY of the items in the various columns (not the column headers, the actual text of the items).

My code to create the Listview is:

$ClosedPaidList = GUICtrlCreateListView("Days |Case Name |Amount", 24, 323, 297, 329, BitOR($LVS_REPORT,$LVS_SINGLESEL,$LVS_SHOWSELALWAYS,$LVS_EDITLABELS,$LVS_SORTASCENDING))

GUICtrlCreateListViewItem("35|Daley/Watts|$800",$ClosedPaidList)

Any help would be appreciated!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...