Jump to content

Listview


Recommended Posts

Sorry to bug u guys again... but im not sure how to add data to a list view.. i've been looking in the help file for quite a while now..

Under GUICtrlSetData($Listview, "item1", "item2", "item3", "blah")

That only renames my other Columns to item 1, item 2 and item 3, and blah is not in any one of the columns.... im not sure how to use this function for ListViews... any help?

here is my listview:

$ListView1 = GUICtrlCreateListView("Source Files|Destination Files|Shorcuts|File Size|File Extension", 26, 215, 588, 125)
Link to comment
Share on other sites

Sorry to bug u guys again... but im not sure how to add data to a list view.. i've been looking in the help file for quite a while now..

Under GUICtrlSetData($Listview, "item1", "item2", "item3", "blah")

That only renames my other Columns to item 1, item 2 and item 3, and blah is not in any one of the columns.... im not sure how to use this function for ListViews... any help?

here is my listview:

$ListView1 = GUICtrlCreateListView("Source Files|Destination Files|Shorcuts|File Size|File Extension", 26, 215, 588, 125)

look up GUICtrlCreateListViewItem ( "text", listviewID )

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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