Control Panel ListView
I would like to use a ListView for my application that looks and behaves like the one in the new Control Panel in Vista. I mean those list items which consist of an icon, one big green link and several smaller blue links. It should also have the new select/hover style.
I am using C# with VisualStudio 2005. I found a solution to apply the new select style by calling SetWindowTheme(hwnd, "Explorer") on the ListView but this does not seem to work.
Are there any ready controls available yet?
Thanks,
Flo

