How to bind to observable collection in code-behind from xaml

Posted by Jakob on Stack Overflow See other posts from Stack Overflow or by Jakob
Published on 2010-05-22T17:30:22Z Indexed on 2010/05/22 17:40 UTC
Read the original article Hit count: 169

Hi how can i bind to this observablecollection

(Mainpage.xaml.cs)

public ObservableCollection tabs = new ObservableCollection();

in xaml? I've tried

(Mainpage.xaml)

But without any luck

© Stack Overflow or respective owner

Related posts about observablecollection

Related posts about databind