It´s not possible to set the Datasource for ListViewCombobox manually:
listViewComboBox1.ListView.DataSource = someBindingList;
This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.
Attach a small runnable sample that shows your issue.
Please login first to submit.