* DataGridTextBoxColumn.cs: clean up the
commitb84f3ae562ffe20f7ebbc67209a21cb22d7dc410
authorChris Toshok <toshok@novell.com>
Thu, 1 Feb 2007 23:39:44 +0000 (1 23:39 -0000)
committerChris Toshok <toshok@novell.com>
Thu, 1 Feb 2007 23:39:44 +0000 (1 23:39 -0000)
tree6a0e78281f8b92aec1f4cc2118f0d557d30711c6
parent57a50ee930fae2cb081613896e4e680737978add
* DataGridTextBoxColumn.cs: clean up the
GetFormattedString/GetColumnValueAtRow combination of functions.
Also fix UpdateUI, and the initial state of
IsInEditOrNavigateMode.

* DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
aren't supposed to scroll the textbox here, we're supposed to
scroll the datagrid.

2007-02-01  Chris Toshok  <toshok@ximian.com>

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