Hi,
is it possible to Bind a list to a collectionViewSource that is declared in a parent container UserControl in xaml ?
my setup look like this
<Usercontrol><Usercontrol.Resources><CollectionViewSource /></Usercontrol.Resources><Grid><NestedUserControl></NestedUserControl></Grid></Usercontrol>
the nested usercontrol contain a listbox that i want to bind to the CollectionViewSource in xaml if possible .
thanks .