Jump to content

List or ListView?


Recommended Posts

Could someone explain the differences between a List and ListView? When would you use each?

I am making a slideshow program. I want the user to be able to add picture files to a list (or listview) and then go through that list and process each file and add it to the show.

Which one would I use in this case?

Thanks in advance!

Vito

Link to comment
Share on other sites

Could someone explain the differences between a List and ListView? When would you use each?

I am making a slideshow program. I want the user to be able to add picture files to a list (or listview) and then go through that list and process each file and add it to the show.

Which one would I use in this case?

Thanks in advance!

Vito

Your best bet for questions like this is to run the demo script in the help file for the function you are interested in. Run the demos for GuiCtrlCreateList() and GuiCtrlCreateListView(). You'll see differences right away, and get a little practice using them in the process. The first difference you will see is that ListView supports multiple columns.

:whistle:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...