Fixed up the profile manager form, added back all broken functions I forgot about after changing over the TreeView into a ListView.

This commit is contained in:
Admin
2020-11-09 11:20:35 -06:00
parent 09ef449909
commit 297b70c76c
5 changed files with 15 additions and 11 deletions
+3 -1
View File
@@ -285,6 +285,7 @@
this.FolderGroupListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.NameColumn,
this.PathColumn});
this.FolderGroupListView.FullRowSelect = true;
this.FolderGroupListView.HideSelection = false;
this.FolderGroupListView.Location = new System.Drawing.Point(20, 407);
this.FolderGroupListView.MultiSelect = false;
@@ -316,7 +317,8 @@
this.MinimizeBox = false;
this.Name = "ProfileManager";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "ProfileManager";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Profile Manager";
this.MainLayoutPanel.ResumeLayout(false);
this.MainPanel.ResumeLayout(false);
this.MainPanel.PerformLayout();