When you:

Listview1.Enabled = False

it will obviously disable the 'Listview1' preventing anymore selecting e.t.c. of it's contents (report view).

But this causes the listview display to be 'greyed' out.

Is it possible to still disable the listview but NOT have it greyed out, so it's still white ?

TIA