1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 24, 2025 — Jul 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced expensive calls to ClientToDisplayRect with ClientXToDisplayRectX More... over 13 years ago
RowIndexAt now avoids long pointless iteration More... over 13 years ago
Calls to RowYDifference now made through small helper methods More... over 13 years ago
Added comment 'label' on all row loops More... over 13 years ago
Replaced costly calls to DisplayRectangle with DisplayRectangleLeft More... over 13 years ago
Added break to row-iteration method to limit number of loops More... over 13 years ago
Removed unnecessary call to method that iterates through all rows More... over 13 years ago
Reduced the number of de-referencing in high usage methods More... over 13 years ago
Small tidy up More... over 13 years ago
Corrected a comment. More... over 13 years ago
Fix for Arithmetic operator overloading when using the mouse wheel on 64 bit systems. Fix from thefox_hh. More... over 13 years ago
If word wrapping is enabled, then UpdateScrollBars() is called just after the first paint event, so that scrollbars are correctly calculated, taking into account the actual rendered height of rows. Without this you sometimes did not see the scrollbar when XPTable loaded, as it had assumed the default row height for all rows when deciding to show the scrollbar of not. More... over 13 years ago
Now correctly calculates row height when there is more than one word-wrapped cell in a row. Thanks to Abris on CodeProject. More... over 13 years ago
Fix by schoetbi: [PATCH 4/6] Fixed Exception: (SARA-1789) More... over 14 years ago
Fix by schoetbi: [PATCH 3/6] Fixed index out of range exception More... over 14 years ago
Fix by schoetbi: [PATCH 2/6] avoid nullref exception More... over 14 years ago
Added new ImageSizeMode NoClip, which does not scale or clip the image. More... almost 15 years ago
Fix from Adam which cures crash when drawing table which contains a row with less cells than there are columns in the ColumnModel. More... over 15 years ago
Added Cell Property SuppressEditorTerminatorBeep to Table class. This suppresses the beep when the Enter or Escape keys are pressed when editing a TextColumn cell. More... over 15 years ago
Fixed compile error More... almost 16 years ago
Small display glitch that drew the right-handmost cell of a row too wide. It seems to have been a fudge for some earlier problems with scrollbar handling. More... almost 16 years ago
If not in multi-select mode, clicking on a selected cell does nothing (to allow for drag n drop of multi-selected sets of cells) More... almost 16 years ago
The Cell.WordWrap value only had an effect if it was set before being added to the Row. More... almost 16 years ago
Vertical gridlines are now drawn correctly for all GridLines modes. Also there is a new flag (GridLinesContrainedToData) that can be used to prevent grid lines from being drawn beyond the rows/columns that actually contain data. The default value for this is false, to keep the current behaviour. More... almost 16 years ago
Using arrow keys to navigate cells did not understand ColSpanned cells. More... almost 16 years ago
Just formatting. More... almost 16 years ago
Invoking WordWrap in cell caused loss of Row style. Properties on the CellStyle and RowStyle classes now have associated properties indicating whether they are set. More... almost 16 years ago
ClearAllData() now just calls Rows.Clear() (leaving the rest of the TableModel untouched). More... almost 16 years ago
Added ClearAllData that clears the TableModel but not the ColumnModel. More... almost 16 years ago
WordWrapped cells were being flagged as 'trimmed' which meant that any cell-specific tooltip was being overriden by the default tooltip (i.e. the full text of the cell). More... almost 16 years ago