locked
Binding a listview RRS feed

  • Question

  • I'm trying to bind my LISTVIEW to a BindingList, but im not sure how. Any ideas?
    Wednesday, September 15, 2010 7:38 PM

Answers

  • If you are talking about Windows Forms ListView (as opposed to WPF), AFAIK you can't use binding (to bind items) ...

    here an interesting project if you want to get your hands dirty ... but I would personally do it manually, unless planning to reuse this control throughout the app and future projects.

    Best regards,
    Vladimir

    • Proposed as answer by Helen Zhou Tuesday, September 21, 2010 7:48 AM
    • Marked as answer by Helen Zhou Thursday, September 23, 2010 1:09 AM
    Wednesday, September 15, 2010 7:57 PM

All replies

  • If you are talking about Windows Forms ListView (as opposed to WPF), AFAIK you can't use binding (to bind items) ...

    here an interesting project if you want to get your hands dirty ... but I would personally do it manually, unless planning to reuse this control throughout the app and future projects.

    Best regards,
    Vladimir

    • Proposed as answer by Helen Zhou Tuesday, September 21, 2010 7:48 AM
    • Marked as answer by Helen Zhou Thursday, September 23, 2010 1:09 AM
    Wednesday, September 15, 2010 7:57 PM
  • eh win forms is weak.
    Wednesday, September 15, 2010 10:57 PM