FireFox Posted July 11, 2010 Posted July 11, 2010 (edited) 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 July 11, 2010 by FireFox
FireFox Posted July 11, 2010 Author Posted July 11, 2010 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 FireFox.
Moderators SmOke_N Posted July 11, 2010 Moderators Posted July 11, 2010 _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.
FireFox Posted July 11, 2010 Author Posted July 11, 2010 _GUICtrlListView_SortItems()?Exactly what I wanted, thank you FireFox.
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