I developped an 'Explorer-like' control, using a treeview and a listview. When I click on a treeview node, its childnodes are listed in the listview. As the controls standard behaviour, the first ListItem is selected. Is it possible, that no ListItem becomes selected? I already tried: .SelectAll False This works when I debug the code, but not if I run the code without breakpoint.
Btw. Same behaviour in frmListView of your Sample Project1, if you add .SelectAll false in the Form_Load Event.
It should work as the standard ListView control. I removed the auto selection for the first item but I need some tests before releasing it because it can cause many problems