Ram Search - allow column resize
This commit is contained in:
parent
6977ac20a1
commit
5b5a238590
|
@ -180,6 +180,7 @@
|
|||
// WatchListView
|
||||
//
|
||||
this.WatchListView.AllowColumnReorder = true;
|
||||
this.WatchListView.AllowColumnResize = true;
|
||||
this.WatchListView.AllowDrop = true;
|
||||
this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
|
|
Loading…
Reference in New Issue