2007-10-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sun, 14 Oct 2007 01:45:08 +0000 (01:45 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sun, 14 Oct 2007 01:45:08 +0000 (01:45 -0000)
commit58b4ba52a67fc9eef9ecdf0176234e0f4a7e5f62
tree7841d3b70d07347478a4590c02bef1464a2eeeaa
parent0b5b48784ddd8e512a11bc29b54b3a24f473757b
2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItem.cs: Make the focus state information be stored
in the ListView, not in the items. This is done to match the MS
behaviour for items that are not yet part of a ListView control;
besides that, since just one item can be focused at the same time,
we save a little space in our items.
Fixes part of #331643.

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