#1176 closed defect (rejected)
The StringConvertibleMatrixView is extremly slow when matrices with many columns are displayed
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Data.Views | Version: | 3.3.0 |
Keywords: | Cc: |
Description
I assume that this is related with the column resizing strategy.
Change History (4)
comment:1 Changed 14 years ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Resolution set to wontfix
- Status changed from accepted to closed
comment:3 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
As far as I have found out this is a disadvantage of the DataGridView control; it cannot handle a great number of columns ( > 100). It should be avoided to display so many columns.
The code that takes up much of the performance is setting the ColumnCount of the control and updating the headertext of the columns.