❔ Bind derived class and base class to CollectionView and Picker
I am trying to bind a derived class to a Picker, and the base class to a CollectionView. Should this work? My picker is always empty:
The base class bindings are fine. . . but my picker is having trouble.
5 Replies
How does your class look like?
My base class is:
Derived class is minimal:
And XAML (sorry):
The Picker works fine if it is placed above the CollecitonView. It works as expected.
But when added to the CollectionView nothing shows
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.