Upon clicking on a list item, the selected node is highlighted. However, once the control loses its focus, the highlight disappears as well.

I have tried using the following code
set listview1.drophighlight = listview1.selecteditem

The above code only highlights one node. Is there a way to hightlight muliple nodes(in the case where the mulitselect property is set to true) even if the controls loses it focus?