2006-03-09 Mike Kestner <mkestner@novell.com>
authorMike Kestner <mkestner@gmail.com>
Thu, 9 Mar 2006 15:01:24 +0000 (15:01 -0000)
committerMike Kestner <mkestner@gmail.com>
Thu, 9 Mar 2006 15:01:24 +0000 (15:01 -0000)
commit539e633c7e3943ac2a707362d149efb554cfbe69
treef5ac96acce6bb61edfc62ed996da008230e4c416
parent1a14a3f100c8fb210a614524d646d9d202d992c7
2006-03-09  Mike Kestner  <mkestner@novell.com>

* ListView.cs:
- Added column drag reordering for details view.
- fixed behavior when mouse is dragged off column and
AllowColumnReorder is false.
* ColumnHeader.cs: clone the format too in Clone.
* Theme.cs: add DrawListViewHeaderDragDetails method.
* ThemeWin32Classic.cs:
- impl new method for drawing drag column shadows and targets.
- support column offset for details mode in DrawListViewItem.

svn path=/trunk/mcs/; revision=57729
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs