I notice that when the mouse is over a column header of a listview control, that column header is focused (or highlighted). In this case, what event is fired ?
The reason I ask is I have listview control with 14 columns,
I also have labels that I want to drag-n-drop the labels over the listview column headers. When that occurs, I will change the column header text to the label text.
I have all the codes done for the drag-n-drop, but when I drop the label on the listview column header, I struggle to find out which column is being "dropped", and what listview event is kicked off.
Thanks,
The reason I ask is I have listview control with 14 columns,
I also have labels that I want to drag-n-drop the labels over the listview column headers. When that occurs, I will change the column header text to the label text.
I have all the codes done for the drag-n-drop, but when I drop the label on the listview column header, I struggle to find out which column is being "dropped", and what listview event is kicked off.
Thanks,
Comment