I created a custom ListView with a UserControl. When the mouse enters the ColumnHeader it should change color at design time.
It works, but I need to debug code. How ca
See Walkthrough: Debugging Custom Windows Forms Controls at Design Time (MSDN).
Or in a shorter way to do it just once: