Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/10 18:12:55 (14 years ago)
Author:
mkommend
Message:

implemented first version of multiple column sorting in !IStringConvertibleMatrixView(ticket #968)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs

    r3312 r3314  
    9494      this.dataGridView.VirtualMode = true;
    9595      this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
     96      this.dataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_ColumnHeaderMouseClick);
    9697      this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
    9798      this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
Note: See TracChangeset for help on using the changeset viewer.