diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs index 58c94824bd..332ec7d199 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs @@ -878,8 +878,10 @@ // // WatchListView // - this.WatchListView.FullRowSelect = true; - this.WatchListView.MultiSelect = true; + this.WatchListView.AllowColumnResize = true; + this.WatchListView.AllowColumnReorder = true; + this.WatchListView.FullRowSelect = true; + this.WatchListView.MultiSelect = true; this.WatchListView.AllowColumnReorder = true; this.WatchListView.AllowDrop = true; this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)