Bug on Listview control when disabled

bjnet
09-11-2003, 08:24 AM
When a listview is set to have check boxes and somewhere in the code it is disabled, then enabling it back makes the check boxes appear 'ghosted' though they are actually enabled.
How can i overcome this bug!!!

Squishy
09-11-2003, 10:40 PM
Try

ListView1.Checkboxes = False
ListView1.Enabled = True
ListView1.Checkboxes = True

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum