- Timestamp:
- 02/17/21 23:05:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r17840 r17841 315 315 } 316 316 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. 318 318 //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 set320 // 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. 321 321 322 322 StringBuilder s = new StringBuilder();
Note: See TracChangeset
for help on using the changeset viewer.