I am working on an application that uses the list view to set the data . When the user clicks on a list item, the main view updates with the data related to the selected item, and the list view controls lose the focus when losing focus, the control stops highlighting the selected items, even if I Clearly HideSelection is set to false.
: "If the selected item is not highlighted, when the control loses focus; false if the selected item is still highlighted, the control loses the focus. The default is true." < / Em>
Is this a bug, or am I forgetting something? We are using .NET version 2.0. (Yes, I have checked that the property has not been set anywhere outside the designer-generated code)
Edit: Apparently selected highlighted Had to go though, easily. After looking at the list of properties, I do not see any way to change highlighting color when there is no focus in control? Thank you.
Are you sure that this is not really in fact, it is really hard to see on my screen The difference is white versus "really gray gray" - very subtle. If you change the background color of ListView
while checking, then it is more clear (also, try changing your VDU brightness).
is shown below; Actually "def" is selected.
Comments
Post a Comment