Announcement

Collapse
No announcement yet.

Listviews

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Listviews

    I want to be able to let the user click the heading and then sort the data either ascending or descending (similar to windows file explorer)

    I have written a function to handle the sortation.

    How do I detect when the heading is clicked? Also how to I change the text in the heading?

    #2
    Originally posted by Steve Bouffe View Post
    How do I detect when the heading is clicked? Also how to I change the text in the heading?
    Hi Steve, detection by WM_NOTIFY/LVN_COLUMNCLICK, you need the LVS_REPORT style. Change an existing column title with Listview_Setcolumn.

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎