keeping the listView selected Item highlighted
-
Is there a way to do this? It would be nice to give a visual aid to the user to see which item when looking back to the list at a later time. Right now it hihghligts upon clicking on an item in the list, but then looses the highlights. Thanks for the help.
-
Is there a way to do this? It would be nice to give a visual aid to the user to see which item when looking back to the list at a later time. Right now it hihghligts upon clicking on an item in the list, but then looses the highlights. Thanks for the help.
Set the
HideSelection
property to false to leave the selected item highlighted when the control loses focus. Charlie if(!curlies){ return; } -
Is there a way to do this? It would be nice to give a visual aid to the user to see which item when looking back to the list at a later time. Right now it hihghligts upon clicking on an item in the list, but then looses the highlights. Thanks for the help.