Opened 14 years ago
Last modified 14 years ago
#1134 closed defect
Correct bugs of StringConvertibleMatrixView — at Version 4
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | Data.Views | Version: | 3.3.1 |
Keywords: | Cc: |
Description (last modified by mkommend)
- improve the show/hide columns dialog
- row & column headers are not displayed correctly
- row & column headers are not copied correctly
- the reordering of columns does not work after scrolling
Change History (4)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 14 years ago by mkommend
comment:3 Changed 14 years ago by mkommend
A solution to the reordering bug of a DataGridViewControl is describe here http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/b2b7b8ff-2a86-4fcb-b7b6-445025963a1d, but im a not sure if we want to derive our own control from the DataGridViewControl.
comment:4 Changed 14 years ago by mkommend
- Description modified (diff)
- Owner changed from mkommend to swagner
- Status changed from assigned to new
Corrected StringConvertibleMatrixView in r4199.
Note: See
TracTickets for help on using
tickets.
Adapted the ColumnsVisibilityDialog and corrected copy and past support in the StringConvertibleMatrixView in r4178.