2009-02-28 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sat, 28 Feb 2009 12:39:44 +0000 (12:39 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sat, 28 Feb 2009 12:39:44 +0000 (12:39 -0000)
commitd5d3f653172218ca5a6d3e0dfca32b67e5f13c3b
treec07d4cf114637d5c4c7b4be4bc2fdf9424bba254
parent0ab891a1fb290ce43b1c3e413dd678afb2ee083f
2009-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListView.cs: In our MouseDown handler in ItemControl use the item in
the very specific *real* position where the mouse was pressed, using
GetItemAtDisplayIndex for that purpose, instead of directly accessing
Items - this is specially useful when groups with Details view is
used. This is what we do in other places when using groups.
Fixes part of #478689.

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