Hello,
Is there a way to bind an ItemsControl
(like ListView
or DataGrid
) to a sorted collection such that:
- whenever the collection is resorted via code, the
ItemsControl
automatically reflects the new sort order, - AND whenever the
ItemsControl
is sorted, it re-sorts the collection?
Thank you,
Ben