I used Jerry's technique:
App-wide Observable Collection
and got a compilation error CS0176 with the message:
Member 'Page.Items' cannot be accessed with an instance reference; qualify it with a type name instead.
I am trying to x:Bind to an ObservableCollection Items.
Anyone knows how to fix this error.
thanks
So, I just double-checked, this time with
x:bind.This is the code:
And this is the XAML:
Works like a charm. Looks like this:
So, I am not sure why you are seeing this error. But, to your question, there is no fix because this works. If you figure out the problem you were getting be sure and follow-up with a comment. Otherwise, best of luck!