crzftx Posted July 23, 2008 Posted July 23, 2008 I have a ListView, and I want to sort it first by the third column, then the first, and finally the second. Currently I have done this manually using _GUICtrlListView_InsertItem(). This has worked well and relatively quickly. My problem is that items created this way cannot be deleted. I have too many items to continually delete all the items and recreate only the desired items. If there is a way to sort the columns in my desired way automatically, that'd be great too. A workaround of any sort would be greatly appreciated.
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