Opened 9 years ago
Closed 9 years ago
#2568 closed defect (done)
UpdateRow/ColumnHeaders in StringConvertibleMatrixView should be public
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Data.Views | Version: | 3.3.13 |
Keywords: | Cc: |
Description
When working with the StringConvertibleMatrixView and hiding Rows/Columns programmatically the according headers must be updated. Currently there is no way to do so, because the functionality is implemented in protected methods. Hence, these methods should be public.
Change History (5)
comment:1 Changed 9 years ago by mkommend
- Owner set to mkommend
- Status changed from new to accepted
comment:2 Changed 9 years ago by mkommend
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
reviewed r13570
comment:5 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13570: Changed access modifiers of UpdateRow/ColumnHeader in the StringConvertibleMatrix/ArrayView to public.