Binding a collection to Listbox

Posted by Blub on Stack Overflow See other posts from Stack Overflow or by Blub
Published on 2010-06-04T13:01:33Z Indexed on 2010/06/08 9:32 UTC
Read the original article Hit count: 148

Filed under:
|
|

Hi, I basically started today with WPF, and I'm astounded by how difficult it is to do binding. I have an array of Textboxes, in an ObservableCollection, and just want to bind that in my Listbox, so that they arrange themselves vertically. I have fiddled around with this for 3 already, can you help? I'm working in a Wpf "UserControl", not a window as so many tutorials seem to rely on.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf