How to keep an item selected? - ListView

Posted by Dodi300 on Stack Overflow See other posts from Stack Overflow or by Dodi300
Published on 2010-03-27T15:04:15Z Indexed on 2010/03/27 15:13 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

Hello. I would like to keep an item selected, on a ListView, when the user clicks on a space which has no item. For example, the space below the items, but still on the ListView component. I've change the ListView property "HideSelection" to false, but that only works when the focus is changed to another component; not when the user clicks on the ListView itself. Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview