国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C# > 正文

C#中實現單擊LISTVIEW的COLUMN進行排序的測試代碼

2023-05-10 18:49:29
字體:
來源:轉載
供稿:網友

在《C#中實現單擊LISTVIEW的COLUMN進行排序》一文中僅給出了實現的源代碼,而對于具體如何運用沒有做具體介紹,本文給出了具體的應用源代碼。

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using ListViewControl;

namespace SampleOnListViewControl
{
    /// <summary>
    /// Summary description for Form1.
    /// </summary>
    public class Form1 : System.Windows.Forms.Form
    {
        private ListViewControl.EastSpider listView1;
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.Container components = null;

        public Form1()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            testfunction();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
        }

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose( bool disposing )
        {
            if( disposing )
            {
                if (components != null)
                {
                    components.Dispose();
                }
            }
            base.Dispose( disposing );
        }

        #region Windows Form Designer generated code
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.listView1 = new EastSpider();
            this.SuspendLayout();
            //
            // listView1
            //
            this.listView1.Location = new System.Drawing.Point(48, 32);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(256, 136);
            this.listView1.TabIndex = 0;
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize = new System.Drawing.Size(376, 285);
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.listView1});
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        #endregion

        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.Run(new Form1());
        }
        private void testfunction()
        {
            this.listView1.AddColumn("名 稱",EastSpider.ColumnTypeEnum.ColumnTypeText, HorizontalAlignment.Left,187);
            this.listView1.AddColumn("地 址",EastSpider.ColumnTypeEnum.ColumnTypeNumber, HorizontalAlignment.Left,100);
            this.listView1.AddColumn("修改時間",EastSpider.ColumnTypeEnum.ColumnTypeDate, HorizontalAlignment.Left,177);

            this.listView1.Dock = DockStyle.Fill;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.FullRowSelect = true;

            this.listView1.Sorting = SortOrder.Ascending;

            ListViewItem item1 = new ListViewItem(new string[] {"武林網樂園","VeVb.com","2001-1-2 15:05"});
            ListViewItem item2 = new ListViewItem(new string[] {"電子郵箱,"VeVb@163.com","2009-1-3 11:04"});
            ListViewItem item3 = new ListViewItem(new string[] {"QQ號","48110363","2000-1-2 23:34"});

            this.listView1.AddRow(item1,Color.Transparent);
            this.listView1.AddRow(item2,Color.Transparent);
            this.listView1.AddRow(item3,Color.Transparent);
        }
    }
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 镶黄旗| 务川| 阿勒泰市| 福建省| 西安市| 邯郸市| 临沧市| 沁源县| 德安县| 榆中县| 依兰县| 永春县| 贡觉县| 许昌县| 西畴县| 蒙自县| 文登市| 东港市| 芒康县| 防城港市| 枣庄市| 铁力市| 马关县| 略阳县| 巴里| 安达市| 嘉善县| 浠水县| 潮州市| 安塞县| 鄄城县| 金寨县| 乌拉特后旗| 高清| 芒康县| 封丘县| 进贤县| 碌曲县| 伊通| 台东市| 中方县|