Remove IsSimpleDropSink restores item sorting for #1266

#1266 was generated by OLV ignoring some sink cusotmizations by using the  IsSimpleDropSink flag
This commit is contained in:
Camilo Alvarez
2019-02-08 23:55:04 -05:00
parent fcc51b591e
commit c4a1879ae9

View File

@@ -53,7 +53,6 @@ namespace mRemoteNG.UI.Window
this.olvConnections.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.olvConnections.HideSelection = false;
this.olvConnections.IsSimpleDragSource = true;
this.olvConnections.IsSimpleDropSink = true;
this.olvConnections.LabelEdit = true;
this.olvConnections.Location = new System.Drawing.Point(0, 24);
this.olvConnections.MultiSelect = false;