Extra info
I am using the wizard in Visual Studio 2005.
I have put condition breakpoints on the listviews ItemSelectionChanged and SelectedIndexChanged events to break when the count changes and they fire when i change the selected item, but neither fire when clicking the wizard Next button (which you would expect), but im stumped as to why the selectedindex count == 0.
There is also no call stack available other than the point at which the wizard form is invoked.
I have also tried other controls that use the same properties (selecteditems , selectedindices) and they all work. Its just the ruddy list view.