[FCE-Listview] - Disable header click feat.

This commit is contained in:
Ivandro Ismael 2017-02-21 22:56:08 +00:00
parent cf31e2bfb0
commit 6c5c80dd37

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";