Hi. I am using a gallery and I'm wanting to bind its items to an observable collection, similar to how I would bind a normal listbox's itemssource to a collection. I see the Gallery object is an IMenu and doesn't have an ItemsSource property. What would be the best way for me to accomplish what I'm talking about? Thanks.