mark2004 Posted December 16, 2006 Share Posted December 16, 2006 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!! Link to comment Share on other sites More sharing options...
Zedna Posted December 16, 2006 Share Posted December 16, 2006 Look here it was discussed already Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now