Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/21 23:05:14 (3 years ago)
Author:
mkommend
Message:

#3104: Corrected typo in comment.

File:
1 edited

Legend:

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

    r17840 r17841  
    315315      }
    316316
    317       //Ff all cells are selected we want to include row and column headers if they are set in the content.
     317      //If all cells are selected we want to include row and column headers if they are set in the content.
    318318      //This is not possible with the built-in functionality, because only both headers can be added.
    319       //Furthermore, the current implementation of the view with the virtual datagridview does set
    320       //rowheaders only when they are displayed (see UpdateRowHeaders) and otherwise leaves them empty.
     319      //Furthermore, the current implementation of the view with the virtual DataGridView does set
     320      //Row headers only when they are displayed (see UpdateRowHeaders) and otherwise leaves them empty.
    321321
    322322      StringBuilder s = new StringBuilder();
Note: See TracChangeset for help on using the changeset viewer.