How do I highlight a single listview gridline
Set the property .FullRowSelect = True

And how to make the checkboxes become disable after the checkboxes was Clicked?
Try using the property .Tag = "L"

Hope this helps...