Using a wpf ListBox I\'m trying to display a list of filename without displaying the full path (more convenient for user).
ListBox
Data comes from an Observa
Observa
In ItemsSource binding converter applies to the whole list and not to each item in the collection. If you want to apply your converter per item you need to do it ItemTemplate
ItemsSource
ItemTemplate