Focus of listview on Vista
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, I'm trying to make the listview to look exactly like the one in Windows Explorer on Vista. I used the SetWindowTheme function from uxtheme to theme it, but I cant get rid of the focused border. I noticed that when the form that contains the listview lose focus there's no ugly dotted border. So is there any way to take away the focus from a single item in the listview? Thanks in advance Matteo