ColumnHeader.ImageIndex broken in Vista?
am 29.11.2007 19:34:25 von Gregory GadowI have a VS 2005 application with a ListView control in Details view. I
have set it up so that clicking on a column header will sort the data in
the control based on that column and toggle either ascending or
descending. An image shows which column is sorted and in what direction.
This all works fine on an XP machine.
On a Vista machine, however, the property values change correctly but
the image in the column header is never cleared. If the user clicks on a
different column, the image is correctly added to the new column but
remains displayed in the previous column even though the ImageKey
property of the previous column now returns an empty string. Again, this
happens only on a Vista machine.
Is there a fix for this that does not involve shelling out several
thousands of dollars to get VS 2008?
--
Gregory Gadow