Changeset 9539 for branches/HivePerformance/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
- Timestamp:
- 05/27/13 12:44:27 (12 years ago)
- Location:
- branches/HivePerformance/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 9445,9447-9459,9462-9466,9471-9472,9474,9476-9479,9493,9496,9498,9504-9506,9515-9517,9520-9521,9523,9530-9531,9534-9537
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r9444 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 340 340 341 341 for (int i = minRowIndex; i <= maxRowIndex; i++) { 342 if (!dataGridView.Rows[i].Visible) continue; 343 342 344 int rowIndex = this.virtualRowIndices[i]; 343 345 if (addRowNames) { … … 515 517 protected virtual void ShowHideColumns_Click(object sender, EventArgs e) { 516 518 new StringConvertibleMatrixColumnVisibilityDialog(this.dataGridView.Columns.Cast<DataGridViewColumn>()).ShowDialog(); 519 columnsTextBox.Text = dataGridView.Columns.GetColumnCount(DataGridViewElementStates.Visible).ToString(); 517 520 } 518 521
Note: See TracChangeset
for help on using the changeset viewer.