ListViewCombobox set datasource gives an error

0
0

It´s not possible to set the Datasource for ListViewCombobox  manually:

listViewComboBox1.ListView.DataSource = someBindingList;

  • You must to post comments
0
0

This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.

  • You must to post comments
0
0

Attach a small runnable sample that shows your issue.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.