1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clicking the number cell editor buttons quickly now works (it used to reject this because it assumes it was a double click). More... almost 15 years ago
Added change to DataSourceColumnBinder that allows the creation of the entire ColumnModel to be overridden. More... almost 15 years ago
Added check to prevent error that sometimes occured with mouse events whilst the table is being redrawn. From cinamon. More... almost 15 years ago
When using ColSpan, cells would sometimes be blanked out when moving the mouse over another cell. More... almost 15 years ago
Fixed bug with unwanted word wrapping. Text still wrapped if the row height was too large, even if Cell.WordWrap was false. More... almost 15 years ago
Added enhancement from Member 2785358 in the CP forum (25 Mar '09) that adds another option to the GridLines enum. This allows horizontal grid lines to be drawn around just the grouped rows (not every row) More... almost 15 years ago
Added in refactored version of the drag-drop code provided on CP forum by Member 120423 (tankun). More... almost 15 years ago
Inserting and Adding subrows after the table has been initially loaded now correctly puts the row in the specified position. Sorting does not work correctly though. More... almost 15 years ago
AfterFirstPaint was never fired. More... almost 15 years ago
Tidied file up More... almost 15 years ago
If CellPadding (L or R) was non-zero, calculation of the dimensions of word wrapped cells went wrong, leading to general painting and click problems. More... almost 15 years ago
Removed ref to demo project More... almost 15 years ago
Added new event Table.AfterFirstPaint. This is fired immediately after the first paint event, which is the first time that the height of word-wrapped cells has been calculated More... almost 15 years ago
Fixed cut and paste error which cause vertical scroll bar control to be deleted when the Row Collection was cleared. More... almost 15 years ago
Fixed crash when trying to edit a sub-row More... about 15 years ago
Replaced UxTheme.dll p/invokes and replaced with System.Windows.Forms.VisualStyles. More... about 15 years ago
Fixed bug in ControlColumn control removal when removing rows. More... about 15 years ago
Merged ControlColumn changes from dotNet1.1 branch More... about 15 years ago
Moved onto .Net 2.0. Now on version 1.2.0. More... over 15 years ago
The Group column now draws nothing if there are no sub-rows. More... over 15 years ago
Just a wrong xml comment More... over 15 years ago
[no comment] More... over 15 years ago
By default, headers now show a tooltip if the header title is truncated. More... over 15 years ago
Column resizing didn't always work if the column model was made using the designer More... over 15 years ago
Fixed OverflowException crash on 64bit systems reported by sebybv. Fix doesn't seem to cause errors on 32bit systems. More... over 15 years ago
changed to 1.1.13 More... over 15 years ago
Editing numbers had no effect unless Enter was pressed More... over 15 years ago
[1948399] - Display intermediate check state without needing to pass mouse over cell first. More... over 15 years ago
[1486051] [2098837] - Extended handling of numeric types in NumberColumn Cells. More... over 15 years ago
[2185461] - AutoSize Column with missing cell causes crash More... over 15 years ago