Event viewer changes in progress.

This commit is contained in:
Milan Hanajik 2021-05-17 09:00:36 +02:00
parent fd77380315
commit 760ec598ca

View File

@ -138,6 +138,7 @@
// eventsListView
//
this.eventsListView.AllowColumnReorder = true;
this.eventsListView.CheckBoxes = true;
this.eventsListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.eventsListView.DoubleClickActivation = false;
this.eventsListView.FullRowSelect = true;