ivalueconverter

  1. N

    Passing the current index to an IValueConverter as a ConverterParameter

    I have an IValueConverter in which I need the index of the current DataTemplate. I am using an ItemsControl, and the ItemsSource is a List(Of Single). How can I access the current index from inside the IValueConverter or pass it as a ConverterParameter? Thanks.
Back
Top