ListView 排序
摘要:
#region ListView 排序 private int sortColumn = -1; private void listView1_ColumnClick(object sender, ColumnClickEventArgs e) { if (e.Column != sortColumn) { // Set the sort column to the new column. sortColumn = e.Column; // Set the sort order to ascending by default. listView1.Sorting = SortOrder.Asc 阅读全文
posted @ 2011-05-18 09:59 缘来 阅读(336) 评论(0) 推荐(1)
浙公网安备 33010602011771号