VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Sorts an item of listview by clicking its column header

by Esmael Telmosa (7 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 18th June 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Sorts an item of listview by clicking its column header

API Declarations



''Column_Clik event of listview
''LvEmail_Add -name of Listview

Rate Sorts an item of listview by clicking its column header



    With LvEmail_Add
        .Sorted = True
        .SortKey = ColumnHeader.Index - 1
    End With
End Sub

Download this snippet    Add to My Saved Code

Sorts an item of listview by clicking its column header Comments

No comments have been posted about Sorts an item of listview by clicking its column header. Why not be the first to post a comment about Sorts an item of listview by clicking its column header.

Post your comment

Subject:
Message:
0/1000 characters