Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Binding Controls to ListView items.

Status
Not open for further replies.

jbsys

Programmer
May 6, 2005
51
CA
Hi;
I have a listview control called myLview on a Windows form of the type System.Windows.Forms.ListView. I also have a ListViewItem called li that is associated with myLview. I also have a combobox called cboBox. How do I bind cboBox to the myLview subitem that I selected?

Thanks

jbsys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top