Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/14/19 12:25:54 (5 years ago)
Author:
abeham
Message:

#2949: Disable autosizing when there is only one column and use width of list view as size of column. In addition no update occurs on ToStringChanged when there is only one column (most common case)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Core.Views/3.3/ItemArrayView.Designer.cs

    r16565 r17008  
    2020#endregion
    2121
    22 using System.Security.AccessControl;
    2322using System.Windows.Forms;
    2423
     
    154153      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
    155154      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
     155      this.itemsListView.Layout += new System.Windows.Forms.LayoutEventHandler(this.itemsListView_Layout);
     156      //
     157      // listViewColumnHeader
     158      //
     159      this.listViewColumnHeader.Width = 190;
    156160      //
    157161      // imageList
Note: See TracChangeset for help on using the changeset viewer.