Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/14/10 14:19:46 (14 years ago)
Author:
mkommend
Message:

implemented comments from swa (ticket #968)

File:
1 edited

Legend:

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

    r3333 r3346  
    8484      this.dataGridView.AllowUserToAddRows = false;
    8585      this.dataGridView.AllowUserToDeleteRows = false;
     86      this.dataGridView.AllowUserToOrderColumns = true;
    8687      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    8788                  | System.Windows.Forms.AnchorStyles.Left)
    8889                  | System.Windows.Forms.AnchorStyles.Right)));
    89       this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
    9090      this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
    9191      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
Note: See TracChangeset for help on using the changeset viewer.