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

    r16565 r17008  
    155155      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
    156156      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
     157      this.itemsListView.Layout += new System.Windows.Forms.LayoutEventHandler(this.itemsListView_Layout);
     158      //
     159      // listViewColumnHeader
     160      //
     161      this.listViewColumnHeader.Width = 190;
    157162      //
    158163      // imageList
Note: See TracChangeset for help on using the changeset viewer.