how to reorder groups of listview of windows forms in c#?
how to reorder d开发者_开发百科ynamically added groups based on group header of listview of windows forms in c# ?
You can use the ListViewItemSorter to designate a class to do the sorting as items are added to the listview.
精彩评论