I want to a property to the current item of a ICollectionView
how can I do it? The ICollectionView
is used for binding to a combo box, how can I bind another control to the ICollectionView
's selected item?
Check out this cheat sheet. In particular, check out the /
binding symbol, which references the current item in a collection view.