Problem in highlighting selected item in ListView

jdy0803

Well-known member
Joined
Sep 9, 2012
Messages
73
Location
Santa Clarita
Programming Experience
10+
I'm trying selecting listitems in ListView control programmaticall.
Items are selected but the background is not blue color but grey color and become blue if it get focus.
How to make it highlighted with blue background color even without focus?
 
I adready set ListView.HideSelection = False.
Problem is;
if ListView lost focus, highlight of the selected item is changed from blue color to grey color.
I want to display highlighting blue background color even though lost focus
 
Back
Top