Jump to content

ListView display items ordered (a-z) or (z-a)


Recommended Posts

hi,

I want to know if it's possible to create a listview which displays items ordered (a-z) and when you click on a column they display ordered (z-a) etc. and how to do it.

PS : I don't know how to say ordered (a-z/z-a) in english so maybe it has already been answered :/

ops, i have found ... $LVS_SORTASCENDING and $LVS_SORTDESCENDING

FireFox.

Edited by FireFox
Link to comment
Share on other sites

hi,

I want to know if it's possible to create a listview which displays items ordered (a-z) and when you click on a column they display ordered (z-a) etc. and how to do it.

PS : I don't know how to say ordered (a-z/z-a) in english so maybe it has already been answered :/

ops, i have found ... $LVS_SORTASCENDING and $LVS_SORTDESCENDING

FireFox.

hm, it does not work with _GUICtrlListView_Create Posted Image

FireFox.

Link to comment
Share on other sites

  • Moderators

_GUICtrlListView_SortItems()

?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...