Merge pull request #2241 from ivandrofly/fce-ch

[FCE-Listview] - Disable header click feat.
This commit is contained in:
Nikolaj Olsson 2017-02-23 19:13:39 +01:00 committed by GitHub
commit 4798fd975a

View File

@ -214,6 +214,7 @@ namespace Nikse.SubtitleEdit.Forms
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView1.FullRowSelect = true;
this.listView1.Location = new System.Drawing.Point(6, 48);
this.listView1.Name = "listView1";