Search code examples
wpf.net-3.5icollectionview

How to bind to CurrentItem of ICollectionView


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?


Solution

  • Check out this cheat sheet. In particular, check out the / binding symbol, which references the current item in a collection view.