Hi,
Probably more than one way to do this. Here's one way:
private void listView1_SelectedIndexChanged(object sender, EventArgs e)
{
listView1.SelectedIndices.Clear();
}
Mike
http://www.seeknsnatch.com
>I would like to cancel the selection of the ListViewItem in the
> ListView on MouseClick?
[quoted text clipped - 4 lines]
> Matrox Graphics
> etienne.lebeau@matrox.com