最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
抛砖引玉――实现LISTVIEW点击COLUMN排序的代码,可实现按时间,字符,数字排序(控件部分)
时间:2022-07-02 11:28:32 编辑:袖梨 来源:一聚教程网
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
using System.Windows.Forms;
using System.Drawing;
namespace ListViewControl
{
///
/// Summary description for UserControl1.
///
public class EastSpider : System.Windows.Forms.ListView
{
///
/// Required designer variable.
///
///
private Comparer myComparer;
private ArrayList colTypes = new ArrayList();
private System.ComponentModel.Container components = null;
///
/// Sort Interface
///
public class Comparer : IComparer
{
private int column;
private int sign;
private EastSpider.ColumnTypeEnum colType;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
using System.Windows.Forms;
using System.Drawing;
namespace ListViewControl
{
///
/// Summary description for UserControl1.
///
public class EastSpider : System.Windows.Forms.ListView
{
///
/// Required designer variable.
///
///
private Comparer myComparer;
private ArrayList colTypes = new ArrayList();
private System.ComponentModel.Container components = null;
///
/// Sort Interface
///
public class Comparer : IComparer
{
private int column;
private int sign;
private EastSpider.ColumnTypeEnum colType;
相关文章
- 洛克王国世界妮蔓在哪里 妮蔓具体位置 10-20
- 鸣潮卜灵什么时候上线 卜灵上线时间预测 10-20
- 鸣潮千咲什么时候上线 千咲上线时间一览 10-20
- 鸣潮千咲是什么属性 千咲属性介绍一览 10-20
- 洛克王国世界拾遗任务怎么做 拾遗任务攻略一览 10-20
- 荒野起源木材怎么获得 木材获取攻略 10-20