Question

Is there a an event for ListViews that are activated when one of the column headers are clicked on? The plan was to add some text to the user's clipboard when they click on the column header. Is there any easy way to do this?

Was it helpful?

Solution

See link below for the column header click event, where you would add some text to the user's clipboard.

http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.columnclick.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top