Making ListView in a WinForm Sortable?

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-05-27T21:16:16Z Indexed on 2010/05/27 21:21 UTC
Read the original article Hit count: 136

Filed under:
|
|

In Windows' file explorer, you can sort ListViews by clicking on the column header to sort by. Is it possible to add this type of functionality to a ListView in a WinForm? If so, how can this be done?

Thanks! :D

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms