2006-08-15 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Tue, 15 Aug 2006 18:31:24 +0000 (18:31 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 15 Aug 2006 18:31:24 +0000 (18:31 -0000)
commit53b534d8feea61657a4fc70ab3c8a763f70da72e
tree3f509a29d6d0d8d291241f5380cc5d94a8378012
parent1c8a4e8ef5575bb244d268a08fd0e2a86c6b3b7d
2006-08-15  Chris Toshok  <toshok@ximian.com>

* DataGrid.cs:
- when we're scrolling, only call Edit() again if the
current cell is still unobscured. Fixes bug #78927.
- when handling mousedown on a cell, ensure the cell is visible
before calling Edit.
- remove the properties from DataGridRow, and remove the
DataGridParentRow class altogether.

svn path=/trunk/mcs/; revision=63780
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs