[Mono-bugs] [Bug 420193] Cannot resize DataGridView columm with mouse
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 17 17:35:47 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=420193
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=420193#c3
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jonathan Pobst <jpobst at novell.com> 2008-10-17 15:35:46 MDT ---
Column and row resizing by mouse added in r116321. Thanks for the report!
2008-10-17 Jonathan Pobst <monkey at jpobst.com>
* DataGridView.cs: Add the ability to resize columns and rows with
the mouse. Also support double-clicking to autoresize.
* DataGridViewColumn.cs: Invalidate the grid if a column's width
changes.
* DataGridViewRow.cs: Invalidate the grid if a row's height changes.
* DataGridViewTextBoxCell.cs: Add 1 to preferred width so ellipsis
isn't shown on autoresize.
[Fixes bug #420193]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list