mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-22 04:13:24 +00:00
Improved file selection dialog, item remain selected when control out of focus.
This commit is contained in:
2
FileViewer.Designer.cs
generated
2
FileViewer.Designer.cs
generated
@@ -285,6 +285,7 @@ namespace MeshCentralRouter
|
||||
resources.ApplyResources(this.rightListView, "rightListView");
|
||||
this.rightListView.FullRowSelect = true;
|
||||
this.rightListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||||
this.rightListView.HideSelection = false;
|
||||
this.rightListView.Name = "rightListView";
|
||||
this.rightListView.SmallImageList = this.fileIconImageList;
|
||||
this.rightListView.UseCompatibleStateImageBehavior = false;
|
||||
@@ -382,6 +383,7 @@ namespace MeshCentralRouter
|
||||
resources.ApplyResources(this.leftListView, "leftListView");
|
||||
this.leftListView.FullRowSelect = true;
|
||||
this.leftListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||||
this.leftListView.HideSelection = false;
|
||||
this.leftListView.Name = "leftListView";
|
||||
this.leftListView.SmallImageList = this.fileIconImageList;
|
||||
this.leftListView.UseCompatibleStateImageBehavior = false;
|
||||
|
||||
Reference in New Issue
Block a user