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/ItemCollectionView.Designer.cs

    r16565 r17008  
    2020#endregion
    2121
    22 using System.Security.AccessControl;
    2322using System.Windows.Forms;
    2423
     
    107106      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
    108107      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
     108      this.itemsListView.Layout += new System.Windows.Forms.LayoutEventHandler(this.itemsListView_Layout);
     109      //
     110      // columnHeader1
     111      //
     112      this.columnHeader1.Width = 240;
    109113      //
    110114      // imageList
Note: See TracChangeset for help on using the changeset viewer.